X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp-ls.c;h=913302502b7d8d187fde973c9b755bb0506a9f95;hp=71d8e837138089fa928f5cf9ab41732802471364;hb=b9a31d78dd6a6e86bc01d49bf48d14ca41f11c2c;hpb=7c044778bc83f3714e8d91d31c992a76d78e42ad diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 71d8e837..91330250 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -939,7 +939,7 @@ ftp_index (const char *file, struct url *u, struct fileinfo *f) putc ('/', fp); fprintf (fp, " "); if (f->type == FT_PLAINFILE) - fprintf (fp, _(" (%s bytes)"), legible (f->size)); + fprintf (fp, _(" (%s bytes)"), with_thousand_seps (f->size)); else if (f->type == FT_SYMLINK) fprintf (fp, "-> %s", f->linkto ? f->linkto : "(nil)"); putc ('\n', fp);