[devel] Fixed incorrect #ifdef in pngset.c

PNG_UNKNOWN_CHUNK_SUPPORTED should be PNG_HANDLE_AS_UNKNOWN_SUPPORTED.
This commit is contained in:
Glenn Randers-Pehrson
2009-08-20 22:55:49 -05:00
parent 626afd6219
commit 0fe929e778
3 changed files with 4 additions and 2 deletions

View File

@@ -2209,6 +2209,7 @@ version 1.4.0beta74 [August 8, 2009]
version 1.4.0beta75 [August 21, 2009]
Removed an extra png_debug() recently added to png_write_find_filter().
Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.