From 313c5bf5ada33ee1583d0129f36f41734f9eb20f Mon Sep 17 00:00:00 2001
From: ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Sat, 25 May 2002 06:16:34 +0000
Subject: *** empty log message ***

git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@214 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 mbbsd/board.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'mbbsd')

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)
-- 
cgit v1.2.3