[libpng16] Replaced "unexpected" with an integer (0xabadca11) in pngset.c

This commit is contained in:
Glenn Randers-Pehrson
2015-04-29 11:29:31 -05:00
parent 23da29af91
commit e0f0d05938
3 changed files with 8 additions and 4 deletions

View File

@@ -709,7 +709,7 @@ png_set_text_2(png_const_structrp png_ptr, png_inforp info_ptr,
{
int i;
png_debug1(1, "in %lx storage function", png_ptr == NULL ? "unexpected" :
png_debug1(1, "in %lx storage function", png_ptr == NULL ? 0xabadca11 :
(unsigned long)png_ptr->chunk_name);
if (png_ptr == NULL || info_ptr == NULL || num_text <= 0 || text_ptr == NULL)