diff options
Diffstat (limited to 'mbbsd')
-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; |