]> sjero.net Git - wget/commitdiff
[svn] Mention inspiration for ETA.
authorhniksic <devnull@localhost>
Tue, 28 Jun 2005 22:32:45 +0000 (15:32 -0700)
committerhniksic <devnull@localhost>
Tue, 28 Jun 2005 22:32:45 +0000 (15:32 -0700)
src/progress.c

index f7cbc009f0b5b6b0f43bb74f6e2af7b9f43d9d44..a8e9d78da69c655b8d8801b11b5c0c50d74d2e74 100644 (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;