]> sjero.net Git - wget/blobdiff - src/ftp-ls.c
[svn] Support human-readable file size printing.
[wget] / src / ftp-ls.c
index 71d8e837138089fa928f5cf9ab41732802471364..913302502b7d8d187fde973c9b755bb0506a9f95 100644 (file)
@@ -939,7 +939,7 @@ ftp_index (const char *file, struct url *u, struct fileinfo *f)
        putc ('/', fp);
       fprintf (fp, "</a> ");
       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);