X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp-ls.c;h=7e448295e64f82d9bb5631185d2b0afe26a0c459;hp=6fa16fa6de88c09c4d466b008fba1dba5e3965b0;hb=e24bc5db1b2613cc669ec4d8b91477bdf0be5084;hpb=bc4c82c615b71ae26ee4d585d715eb970a6e7229 diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 6fa16fa6..7e448295 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -936,7 +936,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)"), with_thousand_seps (f->size)); + fprintf (fp, _(" (%s bytes)"), number_to_static_string (f->size)); else if (f->type == FT_SYMLINK) fprintf (fp, "-> %s", f->linkto ? f->linkto : "(nil)"); putc ('\n', fp);