]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 May 2014 18:19:09 +0000 (18:19 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 May 2014 18:19:09 +0000 (18:19 +0000)
MagickCore/threshold.c

index 79389ce8412a0cefb470d7bfec036a95e0e2aed2..edf289ffe6eb026c0b00342ba0234b612b9361d1 100644 (file)
@@ -1226,7 +1226,7 @@ MagickExport MagickBooleanType ListThresholdMaps(FILE *file,
   MagickStatusType
     status;
 
-  status=MagickTrue;
+  status=0;
   if (file == (FILE *) NULL)
     file=stdout;
   options=GetConfigureOptions(ThresholdsFilename,exception);