]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 9 Feb 2011 23:30:02 +0000 (23:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 9 Feb 2011 23:30:02 +0000 (23:30 +0000)
wand/convert.c
wand/mogrify.c

index 5ab1dcef1b310d4404758dd4949bc0866b70bd15..c72b152e03d5b44af807ab83ee0b57714ead5076 100644 (file)
@@ -2534,8 +2534,6 @@ WandExport MagickBooleanType ConvertImageCommand(ImageInfo *image_info,
           }
         if (LocaleCompare("smush",option+1) == 0)
           {
-            if (*option == '+')
-              break;
             i++;
             if (i == (ssize_t) (argc-1))
               ThrowConvertException(OptionError,"MissingArgument",option);
index 12a5cee8a6e7b4570df2b0b32c43abf9479e16d9..d12aa5a6b28177c81bea35059e0759d6e8fd4376 100644 (file)
@@ -5967,8 +5967,6 @@ WandExport MagickBooleanType MogrifyImageCommand(ImageInfo *image_info,
           }
         if (LocaleCompare("smush",option+1) == 0)
           {
-            if (*option == '+')
-              break;
             i++;
             if (i == (ssize_t) argc)
               ThrowMogrifyException(OptionError,"MissingArgument",option);