Initialize `total_downloaded_bytes'.

This commit is contained in:
Filipe Brandenburger 2010-12-10 23:55:54 +01:00 committed by Giuseppe Scrivano
parent cdfd8a8e91
commit e52cd21256
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 ();