[libpng15] Imported from libpng-1.5.6beta05.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-10-12 06:36:56 -05:00
parent ba55c0770b
commit 5b3b54e3f6
15 changed files with 30 additions and 30 deletions

View File

@@ -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