From 2db124735fce231de88442ea4861d9196da04ffb Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 27 Aug 2009 15:07:38 +0000 Subject: * fix r4780: incorrect macro usage git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4781 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3