mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
One less tab in zpaq progress counter.
This commit is contained in:
parent
f84d2f3373
commit
ebd8eb917f
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ struct bufRead: public libzpaq::Reader {
|
||||||
if (pct / 10 != *last_pct / 10) {
|
if (pct / 10 != *last_pct / 10) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
fprintf(msgout, "\r\t\t\t\tZPAQ\t");
|
fprintf(msgout, "\r\t\t\tZPAQ\t");
|
||||||
for (i = 0; i < thread; i++)
|
for (i = 0; i < thread; i++)
|
||||||
fprintf(msgout, "\t");
|
fprintf(msgout, "\t");
|
||||||
fprintf(msgout, "%ld:%i%% \r",
|
fprintf(msgout, "%ld:%i%% \r",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue