summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-23 22:10:22 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-23 22:10:22 +0800
commite50ffc565823929323f2e224336774483429c857 (patch)
treec337799c0af132a6f7001224b1e6048ba2966386
parent1745dc798b476b515e17466947ed158481f42db8 (diff)
downloadpttbbs-e50ffc565823929323f2e224336774483429c857.tar
pttbbs-e50ffc565823929323f2e224336774483429c857.tar.gz
pttbbs-e50ffc565823929323f2e224336774483429c857.tar.bz2
pttbbs-e50ffc565823929323f2e224336774483429c857.tar.lz
pttbbs-e50ffc565823929323f2e224336774483429c857.tar.xz
pttbbs-e50ffc565823929323f2e224336774483429c857.tar.zst
pttbbs-e50ffc565823929323f2e224336774483429c857.zip
dont comfirm, as before
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1368 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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;
}