summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 14:16:34 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 14:16:34 +0800
commit313c5bf5ada33ee1583d0129f36f41734f9eb20f (patch)
tree5fcda5a1af875c0f168a2f4ffc6d6b6fa053eead /mbbsd/board.c
parent850ea1b719c582d0a511aa1b5eca5f6b2a0173a0 (diff)
downloadpttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar.gz
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar.bz2
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar.lz
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar.xz
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.tar.zst
pttbbs-313c5bf5ada33ee1583d0129f36f41734f9eb20f.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@214 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-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)