4a31d1
diff -up netpbm-10.59.01/converter/other/giftopnm.c.message netpbm-10.59.01/converter/other/giftopnm.c
4a31d1
--- netpbm-10.59.01/converter/other/giftopnm.c.message	2012-07-11 05:54:52.000000000 +0200
4a31d1
+++ netpbm-10.59.01/converter/other/giftopnm.c	2012-07-11 05:57:57.745246980 +0200
4a31d1
@@ -2038,7 +2038,7 @@ convertImages(FILE *       const ifP,
4a31d1
                          imageSeq, imageSeq > 1 ? "s" : "");
4a31d1
         } else {
4a31d1
             if (verbose)
4a31d1
-                pm_message("Reading Image Sequence %u", imageSeq);
4a31d1
+                pm_message("Reading Image Sequence %u", imageSeq+1);
4a31d1
 
4a31d1
             convertImage(ifP, !allImages && (imageSeq != requestedImageSeq), 
4a31d1
                          imageOutFileP, alphaFileP, gifScreen, gif89,