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 e32aecab..2528f49c 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -56,7 +56,7 @@ query_file_money(const fileheader_t *pfh)
char genbuf[MAXPATHLEN];
/* it is assumed that in MODE_SELECT, currboard is selected. */
- setbfile(genbuf, currboard, ".DIR");
+ setbfile(genbuf, currboard, FN_DIR);
get_record(genbuf, &hdr, sizeof(hdr), pfh->multi.refer.ref);
pfh = &hdr;
}