]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Mon, 5 Dec 2016 23:58:09 +0000 (18:58 -0500)
committerCristy <urban-warrior@imagemagick.org>
Mon, 5 Dec 2016 23:58:09 +0000 (18:58 -0500)
PerlMagick/quantum/quantum.xs.in

index 5f8299410df17c48785e4923e4b295768a462fe0..e9a391f3cc0119ec6e1dae112920557570a022a1 100644 (file)
@@ -11340,7 +11340,7 @@ Mogrify(ref,...)
           colorspace=sRGBColorspace;
           if (attribute_flag[0] != 0)
             colorspace=(ColorspaceType) argument_list[0].integer_reference;
-          (void) TransformImageColormap(image,colorspace,exception);
+          (void) TransformImageColorspace(image,colorspace,exception);
           break;
         }
       }