Diff

Differences From Artifact [2af8b97fea]:

To Artifact [4552b39f43]:


462
463
464
465
466
467
468


469
470
471
472
473
474
475
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477







+
+







		     name, done / 1024, ratebs / 1024.0, etastr, pct);
	if (len < prev_stats_len)
	    printf("%*s", prev_stats_len - len, "");
	prev_stats_len = len;

	if (done == size)
	    printf("\n");

	fflush(stdout);
    }
}

/*
 *  Find a colon in str and return a pointer to the colon.
 *  This is used to separate hostname from filename.
 */