]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- unbreak -comment and -compress options (by removing misplaced break)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jun 2008 20:35:16 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick-comment.patch -> 1.1

ImageMagick-comment.patch [new file with mode: 0644]

diff --git a/ImageMagick-comment.patch b/ImageMagick-comment.patch
new file mode 100644 (file)
index 0000000..db1ff69
--- /dev/null
@@ -0,0 +1,10 @@
+--- ImageMagick-6.4.2/wand/mogrify.c.orig      2008-06-26 20:16:32.819311000 +0200
++++ ImageMagick-6.4.2/wand/mogrify.c   2008-06-29 20:13:16.951026252 +0200
+@@ -5544,7 +5544,6 @@
+               MagickColorspaceOptions,MagickFalse,argv[i+1]);
+             break;
+           }
+-        break;
+         if (LocaleCompare("comment",option+1) == 0)
+           {
+             if (*option == '+')
This page took 0.229565 seconds and 4 git commands to generate.