d776db3079
Signed-off-by: Petr Hracek <phracek@redhat.com>
14 lines
426 B
Diff
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;
|