]> git.pld-linux.org Git - packages/xv.git/blame - xv-format.patch
- added jasper patch (don't use internal functions or hacks)
[packages/xv.git] / xv-format.patch
CommitLineData
f4936c4f
AM
1--- xv-3.10a/xvpbm.c~ 2013-11-03 09:33:10.000000000 +0100
2+++ xv-3.10a/xvpbm.c 2013-11-03 09:33:59.806789183 +0100
3@@ -885,8 +885,8 @@
4 }
5 }
6 else {
7- if (*pix) fprintf(fp,str1);
8- else fprintf(fp,str0);
9+ if (*pix) fprintf(fp,"%s", str1);
10+ else fprintf(fp,"%s", str0);
11 len+=2;
12 if (len>68) { fprintf(fp,"\n"); len=0; }
13 }
This page took 0.033763 seconds and 4 git commands to generate.