mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Ensure file size is correct on compressed file from stdin.
Improve visual output. Update manpage.
This commit is contained in:
parent
017ec9e85a
commit
5ea38c0e44
3 changed files with 36 additions and 28 deletions
1
main.c
1
main.c
|
|
@ -776,7 +776,6 @@ int main(int argc, char *argv[])
|
|||
print_verbose("Compression Level: %d\n", control.compression_level);
|
||||
}
|
||||
}
|
||||
print_err("\n");
|
||||
}
|
||||
|
||||
if (unlikely(setpriority(PRIO_PROCESS, 0, control.nice_val) == -1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue