]> wimlib.net Git - wimlib/commit
XPRESS compressor: increase max match
authorEric Biggers <ebiggers3@gmail.com>
Sat, 15 Dec 2012 06:36:24 +0000 (00:36 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 15 Dec 2012 06:36:24 +0000 (00:36 -0600)
commit00614e1689f0314ad221f5b4f864ae0ab4c667a4
tree8e248e7f77103d97f4991c72a3126cc9a2a67bef
parent8e59ede238fc3ea52b0066eea06f84617a04521b
XPRESS compressor: increase max match

XPRESS_MAX_MATCH was previously incorrectly set to 255, even though it can
really be up to 65538.  This was fixed and the code for handling this was fixed,
so the XPRESS compressor can now output longer matches.  (The decompressor could
already handle these longer matches.)
src/comp.h
src/xpress-comp.c
src/xpress-decomp.c
src/xpress.h