[libpng16] Imported from libpng-1.6.35beta01.tar

This commit is contained in:
Glenn Randers-Pehrson
2018-03-06 13:54:52 -06:00
parent 3fecfeada1
commit 0e06b5948c
19 changed files with 51 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
/* pngrtran.c - transforms the data in a row for PNG readers
*
* Last changed in libpng 1.6.35 [(PENDING RELEASE)]
* Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
@@ -4755,8 +4755,7 @@ png_do_read_transformations(png_structrp png_ptr, png_row_infop row_info)
&(png_ptr->trans_color));
else
png_do_expand(row_info, png_ptr->row_buf + 1,
(png_const_color_16p)NULL);
png_do_expand(row_info, png_ptr->row_buf + 1, NULL);
}
}
#endif