[libpng15] Removed "zTXt" from warning in generic chunk decompression function.

Bug report by Franke Busse
This commit is contained in:
Glenn Randers-Pehrson
2011-11-19 13:28:08 -06:00
parent 36251d3f76
commit bd2fa5def6
3 changed files with 6 additions and 4 deletions

View File

@@ -490,7 +490,7 @@ png_decompress_chunk(png_structp png_ptr, int comp_type,
{
PNG_WARNING_PARAMETERS(p)
png_warning_parameter_signed(p, 1, PNG_NUMBER_FORMAT_d, comp_type);
png_formatted_warning(png_ptr, p, "Unknown zTXt compression type @1");
png_formatted_warning(png_ptr, p, "Unknown compression type @1");
/* The recovery is to simply drop the data. */
}