From 86e0449062838b329c3ca92d97fd55bec2fb8b0a Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 22 Nov 2003 15:09:46 +0000 Subject: fix bug git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1365 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/board.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index c6ed5d7d..a3dfebbd 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/mbbsd/board.c @@ -329,7 +329,9 @@ void load_brdbuf(void) { static char firsttime = 1; - if( !dashf(FAV4) ) { + char buf[128]; + setuserfile(buf, FAV4); + if( !dashf(buf) ) { fav_v3_to_v4(); } fav_load(); -- cgit v1.2.3