summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index a3dfebbd..70d48202 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1128,7 +1128,7 @@ choose_board(int newflag)
if (HAS_PERM(PERM_BASIC)) {
ptr = &nbrd[num];
if (yank_flag == 0) {
- if (ptr->myattr & BRD_FAV && getans("§A½T©w§R°£¶Ü? [N/y]") == 'y'){
+ if (ptr->myattr & BRD_FAV) {
fav_remove_item(ptr->bid, get_fav_type(ptr));
ptr->myattr &= ~BRD_FAV;
}