From: cristy Date: Sun, 25 May 2014 18:19:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61de7916790e1817a165b4c546e0e217b0ff34c2;p=imagemagick --- diff --git a/MagickCore/threshold.c b/MagickCore/threshold.c index 79389ce84..edf289ffe 100644 --- a/MagickCore/threshold.c +++ b/MagickCore/threshold.c @@ -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);