From: cristy Date: Fri, 1 Jun 2012 16:19:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e7bc1883621059ec7946d344e33741da7f2a5d5;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 838211026..2d45ea4d1 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3462,8 +3462,7 @@ MagickExport MagickBooleanType SetImageProperty(Image *image, value); if (colorspace < 0) break; - (void) SetImageColorspace(image,(ColorspaceType) colorspace, - exception); + image->colorspace=(ColorspaceType) colorspace; break; } if (LocaleCompare("compose",property) == 0)