]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 21 Nov 2010 17:06:24 +0000 (17:06 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 21 Nov 2010 17:06:24 +0000 (17:06 +0000)
coders/msl.c

index f0204a4f580f7ff7901eb5f281536658fe796ce3..65ea66a3afa7474e9dbf8c6f8b191a6c428bbc11 100644 (file)
@@ -5978,7 +5978,7 @@ static void MSLStartElement(void *context,const xmlChar *tag,
                     colorspace;
 
                   colorspace=(ColorspaceType) ParseMagickOption(
-                    MagickColorspaceOptions,MagickFalse,keyword);
+                    MagickColorspaceOptions,MagickFalse,value);
                   if (colorspace < 0)
                     ThrowMSLException(OptionError,"UnrecognizedColorspace",
                       value);