mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-10 00:33:57 +00:00
Prevent lrunzip from decompressing with option 'i'
There must not be a decompression when requesting file information.
This commit is contained in:
parent
6b50431410
commit
ad20a41940
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -393,6 +393,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
case 'i':
|
||||
control->flags |= FLAG_INFO;
|
||||
control->flags &= ~FLAG_DECOMPRESS;
|
||||
break;
|
||||
case 'k':
|
||||
if (compat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue