From 672efcb70d989ed8366eef525a55388f606c5914 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 3 Nov 2001 17:52:38 +0000 Subject: [PATCH] Beautified the temp directory listing a bit. --- src/sbbs3/tmp_xfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/tmp_xfer.cpp b/src/sbbs3/tmp_xfer.cpp index 45123831db..3018522e2c 100644 --- a/src/sbbs3/tmp_xfer.cpp +++ b/src/sbbs3/tmp_xfer.cpp @@ -221,7 +221,7 @@ void sbbs_t::temp_xfer() if(isdir(g.gl_pathv[i])) continue; t=fdate(g.gl_pathv[i]); - bprintf("%-15s %15s %s\r\n",getfname(g.gl_pathv[i]) + bprintf("%-25s %15s %s\r\n",getfname(g.gl_pathv[i]) ,ultoac(flength(g.gl_pathv[i]),tmp) ,timestr(&t)); files++; -- GitLab