summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-22 23:09:46 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-22 23:09:46 +0800
commit86e0449062838b329c3ca92d97fd55bec2fb8b0a (patch)
treed6cff5ff8f4392bfe161d6540e22cc4d02fada40
parent105f2bc948e128f4f6c51822065dcb66aa3ae869 (diff)
downloadpttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar.gz
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar.bz2
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar.lz
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar.xz
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.tar.zst
pttbbs-86e0449062838b329c3ca92d97fd55bec2fb8b0a.zip
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1365 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/board.c4
1 files changed, 3 insertions, 1 deletions
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();