From: cristy Date: Wed, 3 Nov 2010 16:33:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8579 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a01cbea938398c66ac6915a5de14acc90aa2aa55;p=imagemagick --- diff --git a/wand/mogrify.c b/wand/mogrify.c index f21580c11..d9f9f1acd 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -1066,7 +1066,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc, { CacheView *mask_view; - + Image *mask_image; @@ -3402,7 +3402,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc, break; } (void) SetImageArtifact(*image,"identify:unique-colors","true"); - (void) SetImageArtifact(*image,"identify:verbose","true"); + (void) SetImageArtifact(*image,"verbose","true"); break; } if (LocaleCompare("unique-colors",option+1) == 0)