summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index d5dbe4d5..8afae778 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1069,12 +1069,12 @@ choose_board(int newflag)
switch(c){
case '2':
fav_save();
- setuserfile(fname, FAV4);
+ setuserfile(fname, FAV);
sprintf(buf, "%s.bak", fname);
Copy(fname, buf);
break;
case '3':
- setuserfile(fname, FAV4);
+ setuserfile(fname, FAV);
sprintf(buf, "%s.bak", fname);
if (!dashf(buf)){
vmsg("你沒有備份你的最愛喔");