diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index c6ed5d7d..a3dfebbd 100644 --- a/mbbsd/board.c +++ b/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(); |