git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35798
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (ret == Z_BUF_ERROR)
sprintf(umsg,"Buffer error in compressed datastream in %s chunk",
if (ret == Z_BUF_ERROR)
sprintf(umsg,"Buffer error in compressed datastream in %s chunk",
+ (char *)png_ptr->chunk_name);
else if (ret == Z_DATA_ERROR)
sprintf(umsg,"Data error in compressed datastream in %s chunk",
else if (ret == Z_DATA_ERROR)
sprintf(umsg,"Data error in compressed datastream in %s chunk",
+ (char *)png_ptr->chunk_name);
else
sprintf(umsg,"Incomplete compressed datastream in %s chunk",
else
sprintf(umsg,"Incomplete compressed datastream in %s chunk",
+ (char *)png_ptr->chunk_name);
png_warning(png_ptr, umsg);
#else
png_warning(png_ptr,
png_warning(png_ptr, umsg);
#else
png_warning(png_ptr,