summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/src/inftrees.h
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2024-01-23 16:37:12 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2024-01-25 14:05:23 +0000
commit1579f19cf71aa220da3e8f7417a22baeb87a0f65 (patch)
tree8c0c4b65cf8a43c2d31f668451c113d174b55f74 /src/3rdparty/zlib/src/inftrees.h
parent83871413636407f196c2ef7ca4e5b0a846c646ec (diff)
Update Zlib to 1.3.1
[ChangeLog][Third-Party Code] zlib was updated to version 1.3.1. Task-number: QTBUG-121325 Fixes: QTBUG-121444 Pick-to: 6.7 6.6.2 6.6 6.5 6.2 5.15 Change-Id: I0a72b7966916ccb825c7a8ae251e09b2914f0cf4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Diffstat (limited to 'src/3rdparty/zlib/src/inftrees.h')
-rw-r--r--src/3rdparty/zlib/src/inftrees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/zlib/src/inftrees.h b/src/3rdparty/zlib/src/inftrees.h
index a10712d8cb..396f74b5da 100644
--- a/src/3rdparty/zlib/src/inftrees.h
+++ b/src/3rdparty/zlib/src/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. */