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

[Libpng16] Add typecast to NULL argument to png_do_expand()

上级 71254014
......@@ -4756,7 +4756,7 @@ png_do_read_transformations(png_structrp png_ptr, png_row_infop row_info)
else
png_do_expand(row_info, png_ptr->row_buf + 1,
NULL);
(png_const_color_16p)NULL);
}
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册