From 40f4de9ae9d4e6527b6e04c76f3a309cc94325a6 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 28 Jun 2005 17:45:02 -0700 Subject: [PATCH] [svn] Doc fix. --- src/progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/progress.c b/src/progress.c index a8e9d78d..27501c67 100644 --- a/src/progress.c +++ b/src/progress.c @@ -301,8 +301,8 @@ print_row_stats (struct dot_progress *dp, double dltime, bool last) else /* For last row also include bytes accumulated after last dot. */ 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) - /* Don't count the portion of the row belonging to initial_length */ bytes_this_row -= dp->initial_length % ROW_BYTES; rate = calc_rate (bytes_this_row, dltime - dp->last_timer_value, &units); logprintf (LOG_VERBOSE, " %4.*f%c", -- 2.39.2