mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Don't show extra message in compat mode decompress
This commit is contained in:
parent
3cfb993ce3
commit
591e106d57
2
lrzip.c
2
lrzip.c
|
|
@ -802,7 +802,7 @@ bool decompress_file(rzip_control *control)
|
|||
/* if we get here, no fatal_return(( errors during decompression */
|
||||
print_progress("\r");
|
||||
if (!(STDOUT | TEST_ONLY))
|
||||
print_output("Output filename is: %s: ", control->outfile);
|
||||
print_progress("Output filename is: %s: ", control->outfile);
|
||||
if (!expected_size)
|
||||
expected_size = control->st_size;
|
||||
if (!ENCRYPT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue