mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Fix debug statement in pngread.c
This commit is contained in:
parent
497ff3400c
commit
35abfe72d6
@ -174,7 +174,8 @@ png_read_chunk_header(png_structrp png_ptr)
|
||||
png_ptr->chunk_name = PNG_CHUNK_FROM_STRING(buf+4);
|
||||
|
||||
png_debug2(0, "Reading %lx chunk, length = %lu",
|
||||
(unsigned long)png_ptr->chunk_name, (unsigned long)length);
|
||||
(unsigned long)png_ptr->chunk_name,
|
||||
(unsigned long)png_ptr->chunk_length);
|
||||
|
||||
/* Reset the crc and run it over the chunk name. */
|
||||
png_reset_crc(png_ptr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user