-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
_ldecomp breaks if on some offsets (128-255, 384-511, etc) #43
Comments
Interesting! Do you think you could whip up a patch or pull request? |
[Sorry for the long delay] |
Thank you! I'll have a look at the ZIP later this weekend, I hope. You have to fork the repo and push to your own fork, then create a pull request. This because I (and GitHub by default) don't allow anyone to push. |
There, sorry for taking so long to apply this to master! |
It appears that the signed/unsigned handling in _ldecomp() leaves a few things in limbo...
Attaching a small code sample that highlights this (exhaustively), with an inline fix (a simple cast does wonders 😄)
_ldecomp.zip
The text was updated successfully, but these errors were encountered: