[libpng16] Imported from libpng-1.6.26beta01.tar

This commit is contained in:
Glenn Randers-Pehrson
2016-09-26 07:54:04 -05:00
parent 8aa1638ccc
commit 217546ae43
15 changed files with 27 additions and 27 deletions

View File

@@ -686,7 +686,7 @@ png_process_IDAT_data(png_structrp png_ptr, png_bytep buffer,
else
{
if (ret == Z_DATA_ERROR)
png_benign_error(png_ptr, "ADLER32 checksum mismatch in IDAT");
png_benign_error(png_ptr, "IDAT: ADLER32 checksum mismatch");
else
png_error(png_ptr, "Decompression error in IDAT");
}