[master] Fixed incorrect #ifdef in pngset.c

PNG_UNKNOWN_CHUNKS_SUPPORTED should be PNG_HANDLE_AS_UNKNOWN_SUPPORTED
This commit is contained in:
Glenn Randers-Pehrson
2009-08-20 16:13:58 -05:00
parent 339416b38b
commit a08d95b971
3 changed files with 33 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.40beta01 - August 13, 2009
Libpng 1.2.40beta01 - August 20, 2009
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -42,8 +42,9 @@ Other information:
Changes since the last public release (1.2.39):
version 1.2.40beta01 [August 13, 2009]
version 1.2.40beta01 [August 20, 2009]
Removed an extra png_debug() recently added to png_write_find_filter().
Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net