netpbm/netpbm-10.19-message.patch
cvsdist e822a047f5 auto-import changelog data from netpbm-10.19-6.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Feb 17 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-6
- Fixed problem in pnmquant with GetOptions() and args/ARGV (#115788).
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 10.19-5
- rebuilt
Tue Feb 10 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-4
- Fixed several tmp vulnerabilities in scripts and apps. Based on Debian
    security fix for netpbm-9.24.
Mon Feb 09 2004 Phil Knirsch <pknirsch@redhat.com> 10.19-3
- Included doc tarball with manpages (#114755).
- Fixed small manpage incorrectness (#84922).
- Fixed message from giftopnm (#114756).
2004-09-09 09:16:45 +00:00

13 lines
633 B
Diff

--- netpbm-10.19/converter/other/giftopnm.c.message 2003-10-30 02:46:12.000000000 +0100
+++ netpbm-10.19/converter/other/giftopnm.c 2004-02-09 17:02:56.964219996 +0100
@@ -1255,7 +1255,8 @@
requestedImageSeq+1,
imageSeq, imageSeq>1?"s":"" );
} else {
- pm_message("Reading Image Sequence %d", imageSeq);
+ if (verbose)
+ pm_message("Reading Image Sequence %d", imageSeq+1);
convertImage(ifP, !allImages && (imageSeq != requestedImageSeq),
imageout_file, alphafile, gifScreen, gif89);
}