summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/mandex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mandex.c b/util/mandex.c
index 0b039653..e0334f9c 100644
--- a/util/mandex.c
+++ b/util/mandex.c
@@ -278,7 +278,7 @@ int main(int argc, char* argv[])
continue;
/* 板主設定不列入記錄 */
- 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)