summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 913e7874..dcf2608e 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1075,6 +1075,7 @@ choose_board(int newflag)
brdnum = -1;
break;
case 'y':
+ if (get_current_fav() != NULL || yank_flag != 0)
yank_flag = (yank_flag + 1) % 2;
brdnum = -1;
break;