[libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"

This commit is contained in:
Glenn Randers-Pehrson
2014-10-25 12:22:39 -05:00
parent 67152e75e6
commit ebba0746bc
6 changed files with 28 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.15beta01 - October 23, 2014
Libpng 1.6.15beta01 - October 25, 2014
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.
@@ -25,7 +25,8 @@ Other information:
Changes since the last public release (1.6.14):
Version 1.6.15beta01 [October 23, 2014]
Version 1.6.15beta01 [October 25, 2014]
Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit