projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b989f
)
wget: fix progress display
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 12 Jul 2010 01:27:09 +0000
(
03:27
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 12 Jul 2010 01:27:09 +0000
(
03:27
+0200)
function old new delta
progress_meter 187 199 +12
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c
patch
|
blob
|
history
diff --git
a/networking/wget.c
b/networking/wget.c
index f55b68a385d3aa29b2c02ae47628ed83fac8e526..1f35f8b035a8067eaa5b8d13f4487b6d86303280 100644
(file)
--- a/
networking/wget.c
+++ b/
networking/wget.c
@@
-50,7
+50,7
@@
static void progress_meter(int flag)
}
bb_progress_update(&G.pmt, G.curfile, G.beg_range, G.transferred,
- G.chunked ? 0 : G.
content_len + G.beg_range
);
+ G.chunked ? 0 : G.
beg_range + G.transferred + G.content_len
);
if (flag == 0) {
/* last call to progress_meter */