Blame SOURCES/netpbm-ppmtopict.patch

1ab173
diff -up netpbm-10.58.01/converter/ppm/ppmtopict.c.ppmtopict netpbm-10.58.01/converter/ppm/ppmtopict.c
1ab173
--- netpbm-10.58.01/converter/ppm/ppmtopict.c.ppmtopict	2012-06-13 09:52:42.000000000 +0200
1ab173
+++ netpbm-10.58.01/converter/ppm/ppmtopict.c	2012-06-13 11:33:11.134747363 +0200
1ab173
@@ -200,7 +200,7 @@ putRow(FILE * const ifP,
1ab173
        pixel *      const rowpixels,
1ab173
        char *       const packed) {
1ab173
 
1ab173
-    unsigned int i;
1ab173
+    int i;
1ab173
     unsigned int count;
1ab173
     unsigned int run;
1ab173
     unsigned int rep;