diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-23 22:10:22 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-23 22:10:22 +0800 |
commit | e50ffc565823929323f2e224336774483429c857 (patch) | |
tree | c337799c0af132a6f7001224b1e6048ba2966386 /mbbsd | |
parent | 1745dc798b476b515e17466947ed158481f42db8 (diff) | |
download | pttbbs-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
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 2 |
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; } |