Blame SOURCES/netpbm-message.patch

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