From 9e0297546f37a5f188c093011f56a3fafeb407df Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 13 Apr 2013 20:07:29 -0500 Subject: [libpng17] Removed extra line left over from recent patch to pngwutil.c --- pngwutil.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pngwutil.c b/pngwutil.c index be4f54205..5fb7d2b08 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -1742,7 +1742,6 @@ png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, { if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) png_error(png_ptr, png_ptr->zstream.msg); - png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); } else -- cgit v1.2.1