]> wimlib.net Git - wimlib/commit
Remove unused 'num_syms' argument to read_huffsym()
authorEric Biggers <ebiggers3@gmail.com>
Wed, 28 May 2014 00:20:31 +0000 (19:20 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 28 May 2014 00:20:31 +0000 (19:20 -0500)
commit18f9daee201c3e79e6d508f1ce69206b8035ae4b
treea912c41c629de03f4cddbfeb1676a3e704991cee
parent67c5f2c5954d07c25f57b6d9aedb73fb3720ec0b
Remove unused 'num_syms' argument to read_huffsym()

The updated decoder no longer requires that the number of symbols in the
alphabet be provided when decoding each symbol.
include/wimlib/decompress_common.h
src/lzx-decompress.c
src/xpress-decompress.c