From 9b6a27f422bf718f98f1987879563121072cf809 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 28 Jun 2005 02:25:29 -0700 Subject: [PATCH] [svn] Document dp->accumulated --- src/progress.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.2