netpbm/netpbm-ppmtopict.patch
Petr Hracek d776db3079 New upstream release 10.71.02 (#1252352)
Signed-off-by: Petr Hracek <phracek@redhat.com>
2015-08-11 12:05:10 +02:00

14 lines
426 B
Diff

diff --git a/converter/ppm/ppmtopict.c b/converter/ppm/ppmtopict.c
index 36464b6..034e705 100644
--- a/converter/ppm/ppmtopict.c
+++ b/converter/ppm/ppmtopict.c
@@ -208,7 +208,7 @@ putRow(FILE * const ofP,
Use buffer 'outBuf'.
-----------------------------------------------------------------------------*/
- unsigned int i;
+ int i;
unsigned int count;
unsigned int run;
unsigned int rep;