]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 24 Jan 2014 14:20:14 +0000 (14:20 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 24 Jan 2014 14:20:14 +0000 (14:20 +0000)
MagickCore/property.c

index 3c3c0bedc33ad3f86f21e580438c4907e4abee94..2a64d91ce3092f5db11ed940db5ab7a4b756a791 100644 (file)
@@ -1553,13 +1553,13 @@ static MagickBooleanType GetEXIFProperty(const Image *image,
   return(status);
 }
 
-static MagickBooleanType GetICCProperty(const Image *image,const char *key,
+static MagickBooleanType GetICCProperty(const Image *image,const char *property,
   ExceptionInfo *exception)
 {
   const StringInfo
     *profile;
 
-  magick_unreferenced(key);
+  magick_unreferenced(property);
 
   profile=GetImageProfile(image,"icc");
   if (profile == (StringInfo *) NULL)