mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Doc fix.
This commit is contained in:
parent
f86c13a950
commit
40f4de9ae9
@ -301,8 +301,8 @@ print_row_stats (struct dot_progress *dp, double dltime, bool last)
|
|||||||
else
|
else
|
||||||
/* For last row also include bytes accumulated after last dot. */
|
/* For last row also include bytes accumulated after last dot. */
|
||||||
bytes_this_row = dp->dots * opt.dot_bytes + dp->accumulated;
|
bytes_this_row = dp->dots * opt.dot_bytes + dp->accumulated;
|
||||||
|
/* Don't count the portion of the row belonging to initial_length */
|
||||||
if (dp->rows == dp->initial_length / ROW_BYTES)
|
if (dp->rows == dp->initial_length / ROW_BYTES)
|
||||||
/* Don't count the portion of the row belonging to initial_length */
|
|
||||||
bytes_this_row -= dp->initial_length % ROW_BYTES;
|
bytes_this_row -= dp->initial_length % ROW_BYTES;
|
||||||
rate = calc_rate (bytes_this_row, dltime - dp->last_timer_value, &units);
|
rate = calc_rate (bytes_this_row, dltime - dp->last_timer_value, &units);
|
||||||
logprintf (LOG_VERBOSE, " %4.*f%c",
|
logprintf (LOG_VERBOSE, " %4.*f%c",
|
||||||
|
Loading…
Reference in New Issue
Block a user