summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 61a6a266..8bceabc9 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1005,9 +1005,9 @@ inline static void birthday_make_a_wish(const struct tm *ptime, const struct tm
{
if (tmp->tm_mday != ptime->tm_mday) {
more("etc/birth.post", YEA);
- brc_initial_board("WhoAmI");
- set_board();
- do_post();
+ if (enter_board("WhoAmI")==0) {
+ do_post();
+ }
}
}