aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2016-08-23 01:10:12 -0700
committertenox <as@tenoware.com>2016-08-23 01:10:12 -0700
commit6198d44fc66aef12a9e5226660cf3f2263225d13 (patch)
tree802c22776a85761b22d362ba27fe50bd4cb841ed
parente6fe0ff430b8d7a7e918ac3df7274649ced7fd3e (diff)
downloadwfm-6198d44fc66aef12a9e5226660cf3f2263225d13.tar.gz
color fix
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index 42d9743..c22b4db 100644
--- a/dir.c
+++ b/dir.c
@@ -641,7 +641,7 @@ void dirlist(void) {
"<TD NOWRAP BGCOLOR=\"#%s\">&nbsp;</TD>\n"
"</TR>\n"
"</TABLE>\n</FORM>\n</BODY>\n<!-- Page generated in %f seconds -->\n</HTML>\n\n",
- NORMAL_COLOR, NORMAL_COLOR, buprintf(totalsize, TRUE), NORMAL_COLOR, (t2-t1)*1000, NORMAL_COLOR, NORMAL_COLOR, t2-t1
+ tNORMAL_COLOR, tNORMAL_COLOR, buprintf(totalsize, TRUE), tNORMAL_COLOR, (t2-t1)*1000, tNORMAL_COLOR, tNORMAL_COLOR, t2-t1
);
}