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

Don't pass common compression props to handlers. #368

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

dinhngtu
Copy link
Contributor

Fix #342.

7-Zip ZS sends all common compression parameters (mt, memuse) down to the individual handlers. However, this is broken in NanaZip (probably due to the 23.01 port?)

Don't pass anything except for the mt parameter to fix this issue.

@MouriNaruto
Copy link
Member

I agree that the issue is caused by porting to 7-Zip mainline 23.01. Igor changes a lot and no other major derivatives keep up the upstream at least that time.

Kenji Mouri

@MouriNaruto MouriNaruto merged commit 221bcaf into M2Team:main Jan 17, 2024
@MouriNaruto
Copy link
Member

I have merged them. Thank you very much.

Kenji Mouri

@dinhngtu dinhngtu deleted the memuse branch January 18, 2024 00:02
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.

The parameter is incorrect.
2 participants