Skip to content
Snippets Groups Projects
Commit 672efcb7 authored by rswindell's avatar rswindell
Browse files

Beautified the temp directory listing a bit.

parent ccaaee11
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment