X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fprogress.c;h=514565795a2a17c57729ec4ccec6f2a5854d2f0e;hp=81f71040ceb96fe15e646a7b7f40b596f769fbc3;hb=9b6a27f422bf718f98f1987879563121072cf809;hpb=6762389df0e7f21385cb5863c4357c3534ac00f0 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 */