1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix.

This commit is contained in:
hniksic 2005-06-28 17:45:02 -07:00
parent f86c13a950
commit 40f4de9ae9

View File

@ -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;
if (dp->rows == dp->initial_length / ROW_BYTES)
/* Don't count the portion of the row belonging to initial_length */ /* Don't count the portion of the row belonging to initial_length */
if (dp->rows == dp->initial_length / ROW_BYTES)
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",