summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 6a614bcb..e0858d18 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -389,7 +389,7 @@ readdoent(int num, fileheader_t * ent)
{
#ifdef COLORDATE
prints(ANSI_COLOR(%d) "%-6s" ANSI_RESET,
- (ent->date[3] + ent->date[4]) % 7 + 31, enc->date);
+ (ent->date[3] + ent->date[4]) % 7 + 31, ent->date);
#else
prints("%-6s", ent->date);
#endif