summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 56ca1f01..4eafe913 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.17 2002/05/25 06:11:38 ptt Exp $ */
+/* $Id: board.c,v 1.18 2002/05/25 06:16:34 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -457,7 +457,7 @@ static void load_boards(char *key) {
(yank_flag == 0 && !(favbuf[n]&BRD_FAV)) ||
(yank_flag == 1 && !zapbuf[n]) ||
(key[0] && !strcasestr(bptr->title, key)) ||
- (class_bid=-1 && !bptr->nuser)
+ (class_bid==-1 && bptr->nuser<5)
) continue;
addnewbrdstat(n, state);
if(class_bid=-1)