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 f20fa5d1..61d369c8 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -599,7 +599,7 @@ paste_taged_brds(int gid)
int bid, tmp;
if (gid == 0 || ! (HAS_PERM(PERM_SYSOP) || GROUPOP()) ||
- getans("貼上標記的看板?(y/N)")=='n') return 0;
+ getans("貼上標記的看板?(y/N)")!='y') return 0;
fav = get_current_fav();
for (tmp = 0; tmp < fav->DataTail; tmp++) {
boardheader_t *bh;