From 5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 11 Dec 2007 06:16:49 +0000 Subject: - change hard coded .DIR to macro definitions git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3667 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') 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; } -- cgit v1.2.3