2015-08-11 08:11:35 +00:00
|
|
|
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,
|
2012-06-13 13:49:08 +00:00
|
|
|
|
2015-08-11 08:11:35 +00:00
|
|
|
Use buffer 'outBuf'.
|
|
|
|
-----------------------------------------------------------------------------*/
|
2012-06-13 13:49:08 +00:00
|
|
|
- unsigned int i;
|
|
|
|
+ int i;
|
|
|
|
unsigned int count;
|
|
|
|
unsigned int run;
|
|
|
|
unsigned int rep;
|