summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.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/mbbsd.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/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 58ee6f9a..5af63c29 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -838,7 +838,7 @@ inline static void check_bad_login(void) {
inline static void birthday_make_a_wish(struct tm *ptime, struct tm *tmp){
if (currutmp->birth && tmp->tm_mday != ptime->tm_mday) {
more("etc/birth.post", YEA);
- brc_initial("WhoAmI");
+ brc_initial_board("WhoAmI");
set_board();
do_post();
}