summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-27 23:07:38 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-27 23:07:38 +0800
commit2db124735fce231de88442ea4861d9196da04ffb (patch)
treee65ce5d998e869a6330b72de3bf2caf5e1a40ee2
parentfb03885b61f94858d8f5927733b91359c8fedfe5 (diff)
downloadpttbbs.pwcu@4781.tar
pttbbs.pwcu@4781.tar.gz
pttbbs.pwcu@4781.tar.bz2
pttbbs.pwcu@4781.tar.lz
pttbbs.pwcu@4781.tar.xz
pttbbs.pwcu@4781.tar.zst
pttbbs.pwcu@4781.zip
* fix r4780: incorrect macro usagepttbbs.pwcu@4781
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4781 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index a1ae8c41..a3101175 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -867,7 +867,7 @@ load_boards(char *key)
// override type in class root, because usually we don't need to sort
// class root; and there may be out-of-sync in that mode.
- if (IN_CLASSROOT)
+ if (IN_CLASSROOT())
type = 1;
brdnum = 0;