[libpng10] Imported from libpng-1.0.20.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-06-27 15:21:15 -05:00
parent 82282113b9
commit fba872492b
44 changed files with 125 additions and 126 deletions

View File

@@ -276,7 +276,7 @@ png_decompress_chunk(png_structp png_ptr, int comp_type,
if (ret != Z_STREAM_END)
{
#if !defined(PNG_NO_STDIO) && !defined(_WIN32_WCE)
char umsg[50];
char umsg[52];
if (ret == Z_BUF_ERROR)
sprintf(umsg,"Buffer error in compressed datastream in %s chunk",