diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2015-08-15 18:14:50 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2015-08-15 18:14:50 -0700 |
commit | 27ef026603319decd1b3d4d92a5d3bf21dcc2db5 (patch) | |
tree | d591a9baf20d6aac31bf489e2c7e8f8f250ef892 /ChangeLog | |
parent | 82e9dc60932bf2ce5422a5e76e66e5a05abd26e3 (diff) | |
download | zlib-27ef026603319decd1b3d4d92a5d3bf21dcc2db5.tar.gz zlib-27ef026603319decd1b3d4d92a5d3bf21dcc2db5.tar.bz2 zlib-27ef026603319decd1b3d4d92a5d3bf21dcc2db5.zip |
Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Changes in 1.2.7.1 (24 Mar 2013) | |||
37 | - Clean up the usage of z_const and respect const usage within zlib | 37 | - Clean up the usage of z_const and respect const usage within zlib |
38 | - Clean up examples/gzlog.[ch] comparisons of different types | 38 | - Clean up examples/gzlog.[ch] comparisons of different types |
39 | - Avoid shift equal to bits in type (caused endless loop) | 39 | - Avoid shift equal to bits in type (caused endless loop) |
40 | - Fix unintialized value bug in gzputc() introduced by const patches | 40 | - Fix uninitialized value bug in gzputc() introduced by const patches |
41 | - Fix memory allocation error in examples/zran.c [Nor] | 41 | - Fix memory allocation error in examples/zran.c [Nor] |
42 | - Fix bug where gzopen(), gzclose() would write an empty file | 42 | - Fix bug where gzopen(), gzclose() would write an empty file |
43 | - Fix bug in gzclose() when gzwrite() runs out of memory | 43 | - Fix bug in gzclose() when gzwrite() runs out of memory |