mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Imported from libpng-1.6.26beta01.tar
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user