提交 5ec05b3d 编写于 作者: G Glenn Randers-Pehrson

[libpng16] Removed extra recently-inserted line from pngwutil.c

上级 70eb0720
......@@ -1738,7 +1738,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册