diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-10-11 15:03:00 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-10-11 15:03:00 +0200 |
| commit | 93cc4f98f52a8abfd9adb36e660fe84dd1b54383 (patch) | |
| tree | c66e1159037cfbe20d782b930c383389e686233c /dep/zlib/inftrees.h | |
| parent | 80dc6024b55303f1a98eba5aedcfd5991d007db8 (diff) | |
Dep/zlib: Update to 1.3.1
Diffstat (limited to 'dep/zlib/inftrees.h')
| -rw-r--r-- | dep/zlib/inftrees.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/zlib/inftrees.h b/dep/zlib/inftrees.h index a10712d8cb5..396f74b5da7 100644 --- a/dep/zlib/inftrees.h +++ b/dep/zlib/inftrees.h @@ -41,8 +41,8 @@ typedef struct { examples/enough.c found in the zlib distribution. 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 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 + 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 updated. */ |
