Ensure file size is correct on compressed file from stdin.

Improve visual output.
Update manpage.
This commit is contained in:
Con Kolivas 2010-11-06 00:00:44 +11:00
parent 017ec9e85a
commit 5ea38c0e44
3 changed files with 36 additions and 28 deletions

1
main.c
View file

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