diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/progress.c | 2 |
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, /* Do not update on every call * (we can be called on every network read!) */ if (since_last_update == 0 && !totalsize) - return; + return; beg_and_transferred = beg_range + transferred; ratio = 100; |