summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-28 15:30:54 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-03-28 15:30:54 +0800
commit76e359f7c4fd25f803ef9f6553c685ad6ae86af2 (patch)
tree1b7309d9759ff86481e8574017e984f41b6ebec8 /mbbsd/user.c
parente608be6d6619a2a3d9371511ecc127c216349191 (diff)
downloadpttbbs-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/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 737a99b4..d5c1d167 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1422,7 +1422,7 @@ u_register(void)
"告訴所有老骨頭\033[31m我來啦^$。\\n\n\n\n");
pressanykey();
cuser.userlevel |= PERM_POST;
- brc_initial("WhoAmI");
+ brc_initial_board("WhoAmI");
set_board();
do_post();
cuser.userlevel &= ~PERM_POST;