X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=bf9eef772fb44958b90a8ead6428399eee41c386;hp=75b35fea2fd1d224a835dd713abda07f1f565864;hb=8566a727674ab3c2b0df03c31c6085a0d5d5bf81;hpb=6493450947b533b7a64abe2f8ef4b1e06934d8c2 diff --git a/src/main.c b/src/main.c index 75b35fea..bf9eef77 100644 --- a/src/main.c +++ b/src/main.c @@ -41,6 +41,7 @@ so, delete this exception statement from your version. */ #endif #include #include +#include #include "wget.h" #include "utils.h" @@ -1017,7 +1018,7 @@ Can't timestamp and not clobber old files at the same time.\n")); { logprintf (LOG_NOTQUIET, _("FINISHED --%s--\nDownloaded: %d files, %s in %s (%s)\n"), - time_str (NULL), + time_str (time (NULL)), opt.numurls, human_readable (total_downloaded_bytes), secs_to_human_time (total_download_time),