mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 22:30:20 +08:00
[svn] Document dp->accumulated
This commit is contained in:
parent
6762389df0
commit
9b6a27f422
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user