[libpng16] Appended more "UL" to hex constants.

This commit is contained in:
Glenn Randers-Pehrson
2015-08-17 10:56:17 -05:00
parent b9ba8d6a57
commit d8b93c29a7
4 changed files with 36 additions and 33 deletions

View File

@@ -237,7 +237,7 @@ png_image_size(png_structrp png_ptr)
}
else
return 0xffffffff;
return 0xffffffffUL;
}
#ifdef PNG_WRITE_OPTIMIZE_CMF_SUPPORTED