]> granicus.if.org Git - imagemagick/commitdiff
validation test fix
authoranthony <anthony@git.imagemagick.org>
Sat, 31 Mar 2012 00:22:33 +0000 (00:22 +0000)
committeranthony <anthony@git.imagemagick.org>
Sat, 31 Mar 2012 00:22:33 +0000 (00:22 +0000)
MagickWand/magick-cli.c

index 8e2441a1d2c5f265e0cfdb531e6c15da938ac9c3..35221d28a22e27324d643c153dd069f381134a51 100644 (file)
@@ -783,5 +783,5 @@ Magick_Command_Exit:
   cli_wand->wand.exception = (ExceptionInfo *)NULL;
   cli_wand=DestroyMagickCLI(cli_wand);
 
-  return(IsMagickFalse(exception->severity > ErrorException));
+  return(IsMagickTrue(exception->severity > ErrorException));
 }