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

This commit is contained in:
Glenn Randers-Pehrson 2017-11-03 10:50:38 -05:00
parent 7125401411
commit b196bd6566

View File

@ -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