mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Minor warning fix.
This commit is contained in:
parent
3e77c702bb
commit
b17ad2fa41
1 changed files with 1 additions and 1 deletions
|
|
@ -1742,7 +1742,7 @@ static void compress(FILE *in, FILE *out, FILE *msgout, long long int buf_len,
|
|||
fprintf(msgout, "\r\t\t\t\tZPAQ\t");
|
||||
for (i = 0; i < thread; i++)
|
||||
fprintf(msgout, "\t\t");
|
||||
fprintf(msgout, "%d: %i/2: %i%%\r",
|
||||
fprintf(msgout, "%ld: %i/2: %i%%\r",
|
||||
thread, (chunk + 1), pct);
|
||||
fflush(msgout);
|
||||
last_pct = pct;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue