1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Mention inspiration for ETA.

This commit is contained in:
hniksic 2005-06-28 15:32:45 -07:00
parent b8456c0fb4
commit f9d2d0e175

View File

@ -313,6 +313,8 @@ print_row_stats (struct dot_progress *dp, double dltime, bool last)
if (!last)
{
/* Display ETA based on average speed. Inspired by Vladi
Belperchinov-Shabanski's "wget-new-percentage" patch. */
if (dp->total_length)
{
wgint bytes_remaining = dp->total_length - bytes_displayed;