Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --compat9 flag for older buggy -b9 compressed files #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

N-R-K
Copy link

@N-R-K N-R-K commented May 20, 2024

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.

this patch adds a --compat9 flag that allows it to decompress such files.

Fixes: #34 (comment)

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.

this patch adds a `--compat9` flag that allows it to decompress
such files.

Fixes: vapier#34 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant