summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-10-28 15:21:18 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-10-28 15:25:26 -0500
commit858cb585d79ae9702aa0cc9d593ac8bb8ad19248 (patch)
treec445ae64f5f7a5ec419c9dbd7ac150d92ca7bac3 /pngrutil.c
parent0c440812db5f3f8929db87ff840bc51fd09a8af3 (diff)
downloadlibpng-858cb585d79ae9702aa0cc9d593ac8bb8ad19248.tar.gz
[libpng16] Bump version to 1.6.27beta01
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index fb5f5f083..d34e28854 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -419,7 +419,7 @@ png_inflate_claim(png_structrp png_ptr, png_uint_32 owner)
}
#if ZLIB_VERNUM >= 0x1281
- /* Turn off validation of the ADLER32 checksum */
+ /* Turn off validation of the ADLER32 checksum in IDAT chunks */
if ((png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) != 0)
ret = inflateValidate(&png_ptr->zstream, 0);
#endif