summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-21 21:17:14 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-21 21:17:14 +0800
commit2545c7ee4644116d570339bf462c4fba4e5ec15f (patch)
treea7f9a7fa08ff0db0f166268ce7eb038c7358cbfc /util
parent0c43fcb81c11e2987a9210a3187a58029be0f699 (diff)
downloadpttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar.gz
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar.bz2
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar.lz
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar.xz
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.tar.zst
pttbbs-2545c7ee4644116d570339bf462c4fba4e5ec15f.zip
ignore BRD_GROUPBOARD
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1259 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/hotboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/hotboard.c b/util/hotboard.c
index 3a895e5f..584324ee 100644
--- a/util/hotboard.c
+++ b/util/hotboard.c
@@ -15,6 +15,7 @@ struct bs {
#define isvisiableboard(bptr) \
((bptr)->brdname[0] && \
+ !((bptr)->brdattr & BRD_GROUPBOARD) && \
!(((bptr)->brdattr & (BRD_HIDE | BRD_TOP)) || \
((bptr)->level && !((bptr)->brdattr & BRD_POSTMASK) && \
((bptr)->level & \