summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-23 16:02:39 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-23 16:02:39 +0800
commit20150280476994d7f9395a26c8bbb78a72c04918 (patch)
tree49da89160e95163dbe63970446e0ecf70adc03f3 /mbbsd/mbbsd.c
parentcae5ea8fa7f94b023e4d4cc8754854ac7ae9c7aa (diff)
downloadpttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.gz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.bz2
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.lz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.xz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.zst
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.zip
* revise code for entering board.
* fix board permission. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3571 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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();
+ }
}
}