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

Fix the problem of successful decompression using -T parameter #2920

Closed
wants to merge 4 commits into from

Conversation

15596858998
Copy link
Contributor

@15596858998 15596858998 reopened this Dec 9, 2021
@15596858998 15596858998 closed this Dec 9, 2021
@15596858998 15596858998 reopened this Dec 9, 2021
@15596858998 15596858998 closed this Dec 9, 2021
@15596858998 15596858998 reopened this Dec 9, 2021
@15596858998 15596858998 closed this Dec 9, 2021
Copy link
Contributor

@felixhandte felixhandte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At most, this should be a warning.

I also think you can probably just look at nbWorkers > 1 rather than define a new variable.

@@ -1352,6 +1354,13 @@ int main(int argCount, const char* argv[])
}
}

if (useTparam) {
if (operation == zom_decompress) {
DISPLAY("error : can't use -T in decomrpession mode \n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: please fix the spelling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants