mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 10:13:35 +00:00
Patch contributed by Trent Gamblin to compile ASE with Mac OS X.
This commit is contained in:
parent
d4eae74a53
commit
a8fcc8b0af
@ -209,7 +209,7 @@ static bool load_PNG(FileOp *fop)
|
||||
for (pass = 0; pass < number_passes; pass++) {
|
||||
for (y = 0; y < height; y++) {
|
||||
/* read the line */
|
||||
png_read_row(png_ptr, row_pointer, png_bytepp_NULL);
|
||||
png_read_row(png_ptr, row_pointer, (png_byte*)NULL);
|
||||
|
||||
/* RGB_ALPHA */
|
||||
if (info_ptr->color_type == PNG_COLOR_TYPE_RGB_ALPHA) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user