From 76e359f7c4fd25f803ef9f6553c685ad6ae86af2 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 28 Mar 2004 07:30:54 +0000 Subject: Fix bug when .boardrc full. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1619 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/mbbsd.c') 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(); } -- cgit v1.2.3