aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/progress.c b/libbb/progress.c
index 4c2763c53..74e80a39e 100644
--- a/libbb/progress.c
+++ b/libbb/progress.c
@@ -78,7 +78,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p,
78 /* Do not update on every call 78 /* Do not update on every call
79 * (we can be called on every network read!) */ 79 * (we can be called on every network read!) */
80 if (since_last_update == 0 && !totalsize) 80 if (since_last_update == 0 && !totalsize)
81 return; 81 return;
82 82
83 beg_and_transferred = beg_range + transferred; 83 beg_and_transferred = beg_range + transferred;
84 ratio = 100; 84 ratio = 100;