From 61de7916790e1817a165b4c546e0e217b0ff34c2 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 25 May 2014 18:19:09 +0000 Subject: [PATCH] --- MagickCore/threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0