changeset: 105:3f34d3957f8f
user: nsz <nszabolcs_AT_gmail.com>
date: Tue Aug 18 14:00:55 2009 +0200
files: deflate.c
description:
deflate comment fix
diff -r e48c7741b70b -r 3f34d3957f8f deflate.c
--- a/deflate.c Tue Aug 18 13:47:19 2009 +0200
+++ b/deflate.c Tue Aug 18 14:00:55 2009 +0200
@@ -12,7 +12,7 @@
Nclen = 19, /* number of code length codes */
MinMatch = 3, /* min match length */
MaxMatch = 258, /* max match length */
- WinSize = 1 << 15, /* max match distance (sliding window size) */
+ WinSize = 1 << 15, /* sliding window size */
MaxChainLen = 256, /* max length of hash chain */
HashBits = 13,
Received on Fri Aug 21 2009 - 13:50:14 UTC
This archive was generated by hypermail 2.2.0 : Fri Aug 21 2009 - 14:00:09 UTC