summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 587f015d..95db3b75 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -905,8 +905,10 @@ choose_board(int newflag)
break;
case Ctrl('D'):
if (HasUserPerm(PERM_LOGINOK)) {
- fav_remove_all_tagged_item();
- brdnum = -1;
+ if (getans("刪除所有標記[N]?") == 'y'){
+ fav_remove_all_tagged_item();
+ brdnum = -1;
+ }
}
break;
case Ctrl('A'):