zlib 1.2.4-pre2

This commit is contained in:
Mark Adler
2011-09-09 23:33:23 -07:00
parent 67cc20d004
commit 59ca2179ff
14 changed files with 22 additions and 19 deletions

View File

@@ -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, 66, 199};
133, 133, 133, 133, 144, 198, 71};
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,