From: cristy Date: Fri, 24 Jan 2014 14:20:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=920a0e740bcb2c4a2986110d27cce078908c9f66;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 3c3c0bedc..2a64d91ce 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -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)