Open N-R-K opened 5 months ago
on ncompress v4.1 and below, -b9 """works""" but it doesn't actually do 9 bit output. it increments n_bits to 10 anyways even though the dictionary is limited to 9 bits.
-b9
n_bits
this patch adds a --compat9 flag that allows it to decompress such files.
--compat9
Fixes: https://github.com/vapier/ncompress/pull/34#issuecomment-2106184649
on ncompress v4.1 and below,
-b9
"""works""" but it doesn't actually do 9 bit output. it incrementsn_bits
to 10 anyways even though the dictionary is limited to 9 bits.this patch adds a
--compat9
flag that allows it to decompress such files.Fixes: https://github.com/vapier/ncompress/pull/34#issuecomment-2106184649