]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 5 Feb 2012 22:13:49 +0000 (22:13 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 5 Feb 2012 22:13:49 +0000 (22:13 +0000)
MagickCore/colorspace.c

index cbc3e4a48e84162cada560840e45bc967f46ec0a..ebdfdfe12586fdaf57c906419ce8d1713350740c 100644 (file)
@@ -1659,7 +1659,7 @@ MagickExport MagickBooleanType TransformRGBImage(Image *image,
   if (image->debug != MagickFalse)
     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
   if (IsRGBColorspace(image->colorspace) != MagickFalse)
-    return(status);
+    return(MagickTrue);
   status=MagickTrue;
   progress=0;
   switch (image->colorspace)