mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Removed a left-over debugging "printf" statement from pngrutil.c
This commit is contained in:
parent
894a9869dd
commit
469317d9bd
@ -209,8 +209,6 @@ png_read_chunk_header(png_structrp png_ptr)
|
||||
|
||||
if (length > limit)
|
||||
{
|
||||
printf(" length = %lu, limit = %lu\n",
|
||||
(unsigned long)length,(unsigned long)limit);
|
||||
png_debug2(0," length = %lu, limit = %lu",
|
||||
(unsigned long)length,(unsigned long)limit);
|
||||
png_chunk_error(png_ptr, "chunk data is too large");
|
||||
|
Loading…
x
Reference in New Issue
Block a user