Prevent lrunzip from decompressing with option 'i'

There must not be a decompression when requesting file information.
This commit is contained in:
Ingo Brückl 2017-07-22 18:09:21 +02:00 committed by Con Kolivas
parent 6b50431410
commit ad20a41940

1
main.c
View file

@ -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) {