2015-08-11 08:11:35 +00:00
|
|
|
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
|
|
|
|
index 2e6ae1d..be4655f 100644
|
|
|
|
--- a/converter/other/giftopnm.c
|
|
|
|
+++ b/converter/other/giftopnm.c
|
|
|
|
@@ -2086,7 +2086,7 @@ convertImages(FILE * const ifP,
|
2009-10-21 15:11:20 +00:00
|
|
|
imageSeq, imageSeq > 1 ? "s" : "");
|
|
|
|
} else {
|
|
|
|
if (verbose)
|
2012-07-11 04:10:41 +00:00
|
|
|
- pm_message("Reading Image Sequence %u", imageSeq);
|
|
|
|
+ pm_message("Reading Image Sequence %u", imageSeq+1);
|
|
|
|
|
2009-10-21 15:11:20 +00:00
|
|
|
convertImage(ifP, !allImages && (imageSeq != requestedImageSeq),
|
2012-07-11 04:10:41 +00:00
|
|
|
imageOutFileP, alphaFileP, gifScreen, gif89,
|