More beautifying of the zpaq progress counter.

This commit is contained in:
Con Kolivas 2012-03-17 22:33:49 +11:00
parent 6ee7143746
commit f84d2f3373

View file

@ -473,7 +473,7 @@ struct bufRead: public libzpaq::Reader {
fprintf(msgout, "\r\t\t\t\tZPAQ\t");
for (i = 0; i < thread; i++)
fprintf(msgout, "\t");
fprintf(msgout, "%ld: %i%% \r",
fprintf(msgout, "%ld:%i%% \r",
thread + 1, pct);
fflush(msgout);
*last_pct = pct;