summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 70d48202..913e7874 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1129,6 +1129,8 @@ choose_board(int newflag)
ptr = &nbrd[num];
if (yank_flag == 0) {
if (ptr->myattr & BRD_FAV) {
+ if (ptr->myattr & BRD_FOLDER && getans("§A½T©w§R°£¶Ü? [N/y]") != 'y')
+ break;
fav_remove_item(ptr->bid, get_fav_type(ptr));
ptr->myattr &= ~BRD_FAV;
}