summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index d08107d3..74180714 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -958,8 +958,8 @@ user_vote_one(vote_buffer_t *vbuf, const char *bname, int ind)
DOECHO); i++);
getdata(b_lines - 2, 0, "(S)儲存 (E)重新來過 "
"(Q)取消?[S]", buf, 3, LCECHO);
- } while (buf[0] == 'E' || buf[0] == 'e');
- if (buf[0] == 'Q' || buf[0] == 'q')
+ } while (buf[0] == 'e');
+ if (buf[0] == 'q')
break;
setbfile(b_comments, bname, vbuf->comments);
if (mycomments[0][0])