summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 14:16:49 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 14:16:49 +0800
commit5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947 (patch)
tree3b43100a6e3353744bf56a1e3497fdd53105ff18 /mbbsd/stuff.c
parent0c0ea6ce3de183926f174cf6622601bcfe2ccfd8 (diff)
downloadpttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar.gz
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar.bz2
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar.lz
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar.xz
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.tar.zst
pttbbs-5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947.zip
- change hard coded .DIR to macro definitions
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3667 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 19049c8b..371583f4 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -11,8 +11,7 @@ static const char * const str_board_n_file = "boards/%c/%s/%s.%d";
static char cdate_buffer[32];
-#define STR_DOTDIR ".DIR"
-static const char * const str_dotdir = STR_DOTDIR;
+static const char * const str_dotdir = FN_DIR;
/* XXX set*() all assume buffer size = PATHLEN */
void