This commit is contained in:
qorg11 2021-03-10 09:55:14 +01:00
parent 018f0d64e4
commit 7f96695e4e
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,7 @@ progress(void *clientp,
double ulnow)
{
/* So I don't get a warning */
clientp++;
dltotal += 1;
dltotal += 1;
dlnow += 1;
printf("\r%0.f uploaded of %0.f (%0.f%%)",ulnow,ultotal,
ulnow*100/ultotal);