diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 15:30:54 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 15:30:54 +0800 |
commit | 76e359f7c4fd25f803ef9f6553c685ad6ae86af2 (patch) | |
tree | 1b7309d9759ff86481e8574017e984f41b6ebec8 /mbbsd/bbs.c | |
parent | e608be6d6619a2a3d9371511ecc127c216349191 (diff) | |
download | pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.gz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.bz2 pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.lz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.xz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.zst pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.zip |
Fix bug when .boardrc full.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1619 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 2047b351..5194d414 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -322,7 +322,7 @@ do_select(int ent, fileheader_t * fhdr, char *direct) } setutmpbid(currbid); - brc_initial(bname); + brc_initial_board(bname); set_board(); setbdir(direct, currboard); |