]> granicus.if.org Git - imagemagick/commitdiff
typecast (unsigned int) in png.c
authorglennrp <glennrp@git.imagemagick.org>
Tue, 4 Oct 2011 01:31:35 +0000 (01:31 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Tue, 4 Oct 2011 01:31:35 +0000 (01:31 +0000)
coders/png.c

index 905e61ee97c6706d219fbf4c59ab9ccee53a6527..0e77540c9d62affbfa86daebe1899fe8c7ca1b6c 100644 (file)
@@ -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])
                      {