mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.
This commit is contained in:
@@ -1781,7 +1781,7 @@ png_read_transform_info(png_structp png_ptr, png_infop info_ptr)
|
||||
if (info_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
|
||||
{
|
||||
/* This check must match what actually happens in
|
||||
* png_do_expand_palette; if it every checks the tRNS chunk to see if
|
||||
* png_do_expand_palette; if it ever checks the tRNS chunk to see if
|
||||
* it is all opaque we must do the same (at present it does not.)
|
||||
*/
|
||||
if (png_ptr->num_trans > 0)
|
||||
|
||||
Reference in New Issue
Block a user