mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Imported from libpng-1.5.6beta05.tar
This commit is contained in:
@@ -92,7 +92,7 @@ png_write_chunk_header(png_structp png_ptr, png_uint_32 chunk_name,
|
||||
{
|
||||
png_byte buf[8];
|
||||
|
||||
#ifdef PNG_DEBUG
|
||||
#if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
|
||||
PNG_CSTRING_FROM_CHUNK(buf, chunk_name);
|
||||
png_debug2(0, "Writing %s chunk, length = %lu", buf, (unsigned long)length);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user