2006-02-28 12:59:04 +00:00
|
|
|
--- netpbm-10.32/converter/other/giftopnm.c.message 2006-02-15 23:53:45.000000000 +0100
|
|
|
|
+++ netpbm-10.32/converter/other/giftopnm.c 2006-02-27 14:47:32.000000000 +0100
|
|
|
|
@@ -1401,7 +1401,7 @@ convertImages(FILE * const ifP,
|
2004-09-09 09:16:45 +00:00
|
|
|
imageSeq, imageSeq>1?"s":"" );
|
|
|
|
} else {
|
2006-02-28 12:59:04 +00:00
|
|
|
if (verbose)
|
|
|
|
- pm_message("Reading Image Sequence %d", imageSeq);
|
2004-09-09 09:16:45 +00:00
|
|
|
+ pm_message("Reading Image Sequence %d", imageSeq+1);
|
|
|
|
convertImage(ifP, !allImages && (imageSeq != requestedImageSeq),
|
|
|
|
imageout_file, alphafile, gifScreen, gif89);
|
|
|
|
}
|