Correct decoding of 4-byte integers in png2c script.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Feb 2011 20:24:52 +0000 (20:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Feb 2011 20:24:52 +0000 (20:24 +0000)
commita8bda512079352ba81933e278d9ccdb8ef7a9866
treec447cbf71a0d21073d76acf6e91c6d5c76043a0a
parent7721116699a08609eeb5667b0c020b145e1cc5eb
Correct decoding of 4-byte integers in png2c script.

Wrong multiplier was used for the most significant byte. Fix it even though it
doesn't risk to be a problem in practice as the images of such gigantic size
would surely break some limit anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
misc/scripts/png2c.py