diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-27 23:07:38 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-27 23:07:38 +0800 |
commit | 2db124735fce231de88442ea4861d9196da04ffb (patch) | |
tree | e65ce5d998e869a6330b72de3bf2caf5e1a40ee2 | |
parent | fb03885b61f94858d8f5927733b91359c8fedfe5 (diff) | |
download | pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar.gz pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar.bz2 pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar.lz pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar.xz pttbbs-2db124735fce231de88442ea4861d9196da04ffb.tar.zst pttbbs-2db124735fce231de88442ea4861d9196da04ffb.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.c | 2 |
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; |