X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;fp=src%2Fmain.c;h=20b8aa33087b7c581bd7b937ff50bdc48e859b49;hp=29c13242834389638ee906f96d0d6eb439920154;hb=4eeabffee6e5b348d36c4f3ba0579ed086226603;hpb=f2b9004e8f213f182983d5f6096da737ece753fc diff --git a/src/main.c b/src/main.c index 29c13242..20b8aa33 100644 --- a/src/main.c +++ b/src/main.c @@ -1714,7 +1714,7 @@ outputting to a regular file.\n")); datetime_str (time (NULL)), wall_time, numurls, - human_readable (total_downloaded_bytes), + human_readable (total_downloaded_bytes, 10, 1), download_time, retr_rate (total_downloaded_bytes, total_download_time)); xfree (wall_time); @@ -1724,7 +1724,7 @@ outputting to a regular file.\n")); if (opt.quota && total_downloaded_bytes > opt.quota) logprintf (LOG_NOTQUIET, _("Download quota of %s EXCEEDED!\n"), - human_readable (opt.quota)); + human_readable (opt.quota, 10, 1)); } if (opt.cookies_output)