[95206] trunk/dports/graphics/netpbm/files/patch-converter-other-giftopnm. c-strcaseeq.diff

cal at macports.org cal at macports.org
Fri Jul 6 14:49:57 PDT 2012


Revision: 95206
          https://trac.macports.org/changeset/95206
Author:   cal at macports.org
Date:     2012-07-06 14:49:57 -0700 (Fri, 06 Jul 2012)
Log Message:
-----------
netpbm: Add missing patchfile

Added Paths:
-----------
    trunk/dports/graphics/netpbm/files/patch-converter-other-giftopnm.c-strcaseeq.diff

Added: trunk/dports/graphics/netpbm/files/patch-converter-other-giftopnm.c-strcaseeq.diff
===================================================================
--- trunk/dports/graphics/netpbm/files/patch-converter-other-giftopnm.c-strcaseeq.diff	                        (rev 0)
+++ trunk/dports/graphics/netpbm/files/patch-converter-other-giftopnm.c-strcaseeq.diff	2012-07-06 21:49:57 UTC (rev 95206)
@@ -0,0 +1,11 @@
+--- converter/other/giftopnm.c.orig	2012-07-06 23:30:09.000000000 +0200
++++ converter/other/giftopnm.c	2012-07-06 23:32:45.000000000 +0200
+@@ -155,7 +155,7 @@
+         cmdlineP->imageNum = 0;
+         cmdlineP->allImages = FALSE;
+     } else {
+-        if (strcaseeq(image, "all")) { 
++        if (strcasecmp(image, "all") == 0) { 
+             cmdlineP->allImages = TRUE;
+         } else {
+             char * tailptr;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120706/d13fc238/attachment.html>


More information about the macports-changes mailing list