From: glennrp Date: Tue, 4 Oct 2011 01:31:35 +0000 (+0000) Subject: typecast (unsigned int) in png.c X-Git-Tag: 7.0.1-0~6904 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e54cd4b9aa386137b617b4b7fc66436c70466007;p=imagemagick typecast (unsigned int) in png.c --- diff --git a/coders/png.c b/coders/png.c index 905e61ee9..0e77540c9 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7661,7 +7661,7 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info, profile_crc=crc32(0,data,length); (void) LogMagickEvent(CoderEvent,GetMagickModule(), - " with crc=%8x",profile_crc); + " with crc=%8x",(unsigned int) profile_crc); if (profile_crc == check_crc[icheck]) {