]> git.pld-linux.org Git - packages/plotutils.git/blob - plotutils-format.patch
- check-files cleanup
[packages/plotutils.git] / plotutils-format.patch
1 --- plotutils-2.6/pic2plot/gram.yy~     2000-06-28 06:22:21.000000000 +0200
2 +++ plotutils-2.6/pic2plot/gram.yy      2013-11-03 17:29:47.788412792 +0100
3 @@ -1833,7 +1833,7 @@
4             {
5               one_format += *form++;
6               one_format += '\0';
7 -             sprintf(sprintf_buf, one_format.contents());
8 +             sprintf(sprintf_buf, "%s", one_format.contents());
9             }
10           else 
11             {
This page took 0.311626 seconds and 3 git commands to generate.