提交 fca50dfa 编写于 作者: J John Bowler 提交者: Glenn Randers-Pehrson

[devel] Correct-local-variable-type-in-new-API-png_process

上级 4e2e14ad
......@@ -71,7 +71,7 @@ png_process_data_pause(png_structp png_ptr, int save)
png_uint_32 PNGAPI
png_process_data_skip(png_structp png_ptr)
{
png_size_t remaining = 0;
png_uint_32 remaining = 0;
if (png_ptr != NULL && png_ptr->process_mode == PNG_SKIP_MODE &&
png_ptr->skip_length > 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册