mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
Initialize `total_downloaded_bytes'.
This commit is contained in:
parent
cdfd8a8e91
commit
e52cd21256
@ -1,3 +1,7 @@
|
||||
2010-12-10 Evgeniy Philippov <egphilippov@googlemail.com> (tiny change)
|
||||
|
||||
* main.c (main): Initialize `total_downloaded_bytes'.
|
||||
|
||||
2010-12-09 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* main.c (main): If --no-clobber and --convert-links are used at the
|
||||
|
@ -877,6 +877,8 @@ main (int argc, char **argv)
|
||||
int nurl;
|
||||
bool append_to_log = false;
|
||||
|
||||
total_downloaded_bytes = 0;
|
||||
|
||||
program_name = argv[0];
|
||||
|
||||
struct ptimer *timer = ptimer_new ();
|
||||
|
Loading…
Reference in New Issue
Block a user