summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/util/mandex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/util/mandex.c b/pttbbs/util/mandex.c
index 0b039653..e0334f9c 100644
--- a/pttbbs/util/mandex.c
+++ b/pttbbs/util/mandex.c
@@ -278,7 +278,7 @@ int main(int argc, char* argv[])
continue;
/* �O�D�]�w���C�J�O�� */
- if (bptr->brdattr & BRD_HIDE && !(bptr->badattr & BRD_BMCOUNT))
+ if (bptr->brdattr & BRD_HIDE && !(bptr->brdattr & BRD_BMCOUNT))
continue;
if (board[ch].ndir + board[ch].nfile < 5)