[devel] Eliminated a shadowed declaration of "pp"

in png_handle_sPLT().
This commit is contained in:
Glenn Randers-Pehrson
2009-10-07 12:44:35 -05:00
parent 132c7b03f0
commit 90b878c583
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta86 - October 2, 2009
Libpng 1.4.0beta86 - October 7, 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.
@@ -574,8 +574,9 @@ version 1.4.0beta85 [October 1, 2009]
Revised png_check_IHDR() again, to check info_ptr members instead of
the contents of the returned parameters.
version 1.4.0beta86 [October 2, 2009]
version 1.4.0beta86 [October 7, 2009]
Updated the "xcode" project (Alam Arias).
Eliminated a shadowed declaration of "pp" in png_handle_sPLT().
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.