Imported from pngcrush-1.6.12.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-12-20 15:32:47 -06:00
parent 288c59a766
commit 7e14fc86dc
22 changed files with 1510 additions and 528 deletions

View File

@@ -27,7 +27,7 @@
void /* PRIVATE */
png_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
{
png_debug1(4, "reading %d bytes\n", (int)length);
png_debug1(4, "reading %d bytes", (int)length);
if (png_ptr->read_data_fn != NULL)
(*(png_ptr->read_data_fn))(png_ptr, data, length);
else