From: cristy Date: Thu, 7 Oct 2010 00:39:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32ee5ce698188c8f9e6d1fff891f25e409e8d150;p=imagemagick --- diff --git a/coders/jpeg.c b/coders/jpeg.c index 9b1bac46a..5e349a473 100644 --- a/coders/jpeg.c +++ b/coders/jpeg.c @@ -520,7 +520,7 @@ static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info) } else { - if (strcmp(GetStringInfoDatum(profile),"8BIM") != 0) + if (strcmp((char *) GetStringInfoDatum(profile),"8BIM") != 0) status=SetImageProfile(image,"iptc",profile); else status=SetImageProfile(image,"8BIM",profile);