[libpng17] Bump version to 1.7.0beta69

This commit is contained in:
Glenn Randers-Pehrson
2015-11-12 22:21:35 -06:00
parent f72d0d01eb
commit 722645fec5
26 changed files with 67 additions and 65 deletions

View File

@@ -1601,7 +1601,7 @@ png_set_user_limits (png_structrp png_ptr, png_uint_32 user_width_max,
{
/* Images with dimensions larger than these limits will be
* rejected by png_set_IHDR(). To accept any PNG datastream
* regardless of dimensions, set both limits to 0x7ffffffL.
* regardless of dimensions, set both limits to 0x7fffffffL.
*/
if (png_ptr == NULL)
return;