diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 14:18:09 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 14:18:09 +0800 |
commit | 4977ac84acc673a7764b780e99021f88ca0997cf (patch) | |
tree | e8686e84d7dc299d6d594ccd4cf8263fa4cd6247 | |
parent | 313c5bf5ada33ee1583d0129f36f41734f9eb20f (diff) | |
download | pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar.gz pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar.bz2 pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar.lz pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar.xz pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.tar.zst pttbbs-4977ac84acc673a7764b780e99021f88ca0997cf.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@215 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/board.c | 4 |
1 files 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); } } |