From 2783e6d1e81f6a697cff06cf983ceb2e742e6b75 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 5 Dec 2016 15:18:41 -0500 Subject: [PATCH] ... --- PerlMagick/quantum/quantum.xs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index 78b9f2dc8..47c930fb4 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) SegmentImageColorspaceType(image,colorspace,exception); + (void) TransformImageColormap(image,colorspace,exception); break; } } -- 2.40.0