diff options
| author | Christian Heimes <christian@cheimes.de> | 2013-10-21 12:03:09 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2013-10-21 12:03:09 +0200 |
| commit | c20bcde58dc2ed770900ab553ac663f2f1212fc2 (patch) | |
| tree | 05eb7cad3054f3c5b8e557d40ef97bce5a416026 /Modules/zlib/inftrees.h | |
| parent | 3ac1eb16d5c4b779da38895597ee5d7caf3d22bd (diff) | |
| download | cpython-git-c20bcde58dc2ed770900ab553ac663f2f1212fc2.tar.gz | |
Issue #18527: Upgrade internal copy of zlib to 1.2.8
Diffstat (limited to 'Modules/zlib/inftrees.h')
| -rw-r--r-- | Modules/zlib/inftrees.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/zlib/inftrees.h b/Modules/zlib/inftrees.h index 24230c5452..baa53a0b1a 100644 --- a/Modules/zlib/inftrees.h +++ b/Modules/zlib/inftrees.h @@ -41,7 +41,7 @@ typedef struct { examples/enough.c found in the zlib distribtution. The arguments to that program are the number of symbols, the initial root table size, and the maximum bit length of a code. "enough 286 9 15" for literal/length codes - returns 852, and "enough 30 6 15" for distance codes returns 592. + returns returns 852, and "enough 30 6 15" for distance codes returns 592. The initial root table size (9 or 6) is found in the fifth argument of the inflate_table() calls in inflate.c and infback.c. If the root table size is changed, then these maximum sizes would be need to be recalculated and |
