diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-08-14 00:31:23 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-08-18 18:07:04 -0700 |
commit | 3d9df6ecf83a41a3990fbff5c276f854d158e8ad (patch) | |
tree | 64aa3b3a0c108a0d286e94398c985e8a22ea32db /examples/gzlog.h | |
parent | a2981775a91d762c1747e987e30aaa022e0393fd (diff) | |
download | zlib-3d9df6ecf83a41a3990fbff5c276f854d158e8ad.tar.gz zlib-3d9df6ecf83a41a3990fbff5c276f854d158e8ad.tar.bz2 zlib-3d9df6ecf83a41a3990fbff5c276f854d158e8ad.zip |
Clean up examples/gzlog.[ch] comparisons of different types.
Diffstat (limited to '')
-rw-r--r-- | examples/gzlog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gzlog.h b/examples/gzlog.h index 4e093bc..86f0cec 100644 --- a/examples/gzlog.h +++ b/examples/gzlog.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* gzlog.h | 1 | /* gzlog.h |
2 | Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved | 2 | Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved |
3 | version 2.1, 8 Jul 2012 | 3 | version 2.2, 14 Aug 2012 |
4 | 4 | ||
5 | This software is provided 'as-is', without any express or implied | 5 | This software is provided 'as-is', without any express or implied |
6 | warranty. In no event will the author be held liable for any damages | 6 | warranty. In no event will the author be held liable for any damages |
@@ -28,6 +28,7 @@ | |||
28 | Compression now occurs as needed during gzlog_write() | 28 | Compression now occurs as needed during gzlog_write() |
29 | gzlog_write() now always leaves the log file as valid gzip | 29 | gzlog_write() now always leaves the log file as valid gzip |
30 | 2.1 8 Jul 2012 Fix argument checks in gzlog_compress() and gzlog_write() | 30 | 2.1 8 Jul 2012 Fix argument checks in gzlog_compress() and gzlog_write() |
31 | 2.2 14 Aug 2012 Clean up signed comparisons | ||
31 | */ | 32 | */ |
32 | 33 | ||
33 | /* | 34 | /* |