From: Cristy Date: Mon, 5 Dec 2016 23:58:09 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.3-10~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7017b9f23bfa51f9217581b8a3585049a6e0ae1b;p=imagemagick ... --- diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index 5f8299410..e9a391f3c 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -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; } }