X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzms-decompress.c;fp=src%2Flzms-decompress.c;h=2bc1c754cd69e49b86c17cce9e934ed888392cd4;hp=6cc6dab326e795484ed678a3716cf06bff77efe0;hb=394751ae13025edab605cd61c8e32819e3fb33a1;hpb=cf7090dcba4736f4ea56f272b5e0152a8a0a70b5 diff --git a/src/lzms-decompress.c b/src/lzms-decompress.c index 6cc6dab3..2bc1c754 100644 --- a/src/lzms-decompress.c +++ b/src/lzms-decompress.c @@ -304,7 +304,7 @@ struct lzms_huffman_decoder { u8 lens[LZMS_MAX_NUM_SYMS]; /* The codeword of each symbol in the Huffman code. */ - u16 codewords[LZMS_MAX_NUM_SYMS]; + u32 codewords[LZMS_MAX_NUM_SYMS]; /* A table for quickly decoding symbols encoded using the Huffman code. */