summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/infback9/inftree9.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 10:23:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-16 10:23:14 (GMT)
commitd97147c2533ecc33102bb142a541dfe148ae7224 (patch)
tree309a65fb563311f443c3ad53446129687e560148 /compat/zlib/contrib/infback9/inftree9.c
parent5aa91d462f499acb220fa05f682126b95bccde24 (diff)
downloadtcl-d97147c2533ecc33102bb142a541dfe148ae7224.zip
tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.gz
tcl-d97147c2533ecc33102bb142a541dfe148ae7224.tar.bz2
Update zlib to version 1.2.11
Diffstat (limited to 'compat/zlib/contrib/infback9/inftree9.c')
-rw-r--r--compat/zlib/contrib/infback9/inftree9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/contrib/infback9/inftree9.c b/compat/zlib/contrib/infback9/inftree9.c
index ea56047..5f4a767 100644
--- a/compat/zlib/contrib/infback9/inftree9.c
+++ b/compat/zlib/contrib/infback9/inftree9.c
@@ -9,7 +9,7 @@
#define MAXBITS 15
const char inflate9_copyright[] =
- " inflate9 1.2.10 Copyright 1995-2017 Mark Adler ";
+ " inflate9 1.2.11 Copyright 1995-2017 Mark Adler ";
/*
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot
@@ -64,7 +64,7 @@ unsigned short FAR *work;
static const unsigned short lext[31] = { /* Length codes 257..285 extra */
128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129,
130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132,
- 133, 133, 133, 133, 144, 192, 202};
+ 133, 133, 133, 133, 144, 77, 202};
static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49,
65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073,