[libpng16] Changed 0xnnnn constants to 0xnnnnUL.

This commit is contained in:
Glenn Randers-Pehrson
2015-08-16 22:49:58 -05:00
parent 8b83ff3704
commit 8ba4b13c55
10 changed files with 76 additions and 60 deletions

View File

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