Imported from libpng-1.2.12.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-06-27 15:23:00 -05:00
parent f5eac0c7fa
commit e3358d1839
44 changed files with 125 additions and 131 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",