mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
More beautifying of the zpaq progress counter.
This commit is contained in:
parent
6ee7143746
commit
f84d2f3373
|
|
@ -473,7 +473,7 @@ struct bufRead: public libzpaq::Reader {
|
||||||
fprintf(msgout, "\r\t\t\t\tZPAQ\t");
|
fprintf(msgout, "\r\t\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",
|
||||||
thread + 1, pct);
|
thread + 1, pct);
|
||||||
fflush(msgout);
|
fflush(msgout);
|
||||||
*last_pct = pct;
|
*last_pct = pct;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue