mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
One less tab in zpaq progress counter.
This commit is contained in:
parent
f84d2f3373
commit
ebd8eb917f
|
|
@ -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…
Reference in a new issue