diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-06 16:18:01 +0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-13 10:07:03 -0700 |
commit | 595d7eeae698d985ea2da9d3b98d27af9e035f6c (patch) | |
tree | bc6557125f58c9a585eb907764224baab6182b7d /tests | |
parent | b9c8b95795849264c58be7d1496da3c4078df96c (diff) |
Change various 64 bit typedefs over to 32 bit.
This also removes all of the changes that were needed for those
typedefs to be 64 bit.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zlib/ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib/ref.txt b/tests/zlib/ref.txt index bdbc4c1f..7211459e 100644 --- a/tests/zlib/ref.txt +++ b/tests/zlib/ref.txt @@ -1,4 +1,4 @@ -zlib version 1.2.5 = 4688, compile flags = 149 +zlib version 1.2.5 = 4688, compile flags = 85 uncompress(): hello, hello! inflate(): hello, hello! large_inflate(): OK |