From 33557d72b82017c1460d9c1f6c3cca0526b7c7ee Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 6 Nov 2009 00:54:33 +0000 Subject: [PATCH] --- wand/mogrify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wand/mogrify.c b/wand/mogrify.c index 2c00be0a7..d5ceac6aa 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -127,7 +127,7 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, concurrent=MagickFalse; duration=(-1.0); iterations=1; - status=MagickTrue; + status=MagickFalse; regard_warnings=MagickFalse; for (i=1; i < (long) (argc-1); i++) { @@ -150,7 +150,7 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, { for (i=0; i < (long) iterations; i++) { - if (status == MagickFalse) + if (status != MagickFalse) continue; if (duration > 0) { @@ -182,7 +182,7 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, #endif for (i=0; i < (long) iterations; i++) { - if (status == MagickFalse) + if (status != MagickFalse) continue; if (duration > 0) { -- 2.40.0