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

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

diff --git a/mbbsd/board.c b/mbbsd/board.c
index 4eafe913..44014b93 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.18 2002/05/25 06:16:34 ptt Exp $ */
+/* $Id: board.c,v 1.19 2002/05/25 06:18:09 ptt Exp $ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -460,7 +460,7 @@ static void load_boards(char *key) {
              (class_bid==-1 && bptr->nuser<5) 
             ) continue;	
            addnewbrdstat(n, state);
-           if(class_bid=-1)
+           if(class_bid==-1)
                 qsort(nbrd, brdnum, sizeof(boardstat_t), cmpboardname);
 	}
      }
-- 
cgit v1.2.3