From: hniksic Date: Tue, 28 Jun 2005 09:25:29 +0000 (-0700) Subject: [svn] Document dp->accumulated X-Git-Tag: v1.13~862 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=9b6a27f422bf718f98f1987879563121072cf809 [svn] Document dp->accumulated --- diff --git a/src/progress.c b/src/progress.c index 81f71040..51456579 100644 --- a/src/progress.c +++ b/src/progress.c @@ -200,7 +200,8 @@ struct dot_progress { wgint total_length; /* expected total byte count when the download finishes */ - int accumulated; + int accumulated; /* number of bytes accumulated after + the last printed dot */ int rows; /* number of rows printed so far */ int dots; /* number of dots printed in this row */