diff options
Diffstat (limited to 'examples/gzlog.h')
-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 | /* |