summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-19 10:15:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-19 10:15:26 +0800
commita96135fe6dd80a66d618b922827794225e4f23d0 (patch)
tree102520522b476403b6a720327541e4beae94f509 /mbbsd/vote.c
parent079854fba142e7c5d52293c88e9fba8aa51dfa0c (diff)
downloadpttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar.gz
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar.bz2
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar.lz
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar.xz
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.tar.zst
pttbbs-a96135fe6dd80a66d618b922827794225e4f23d0.zip
- fix LCECHO issue (cannot input chinese in some places)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4198 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index 325aa953..e27279dd 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -606,7 +606,7 @@ vote_maintain(const char *bname)
move(0, 0);
prints("第 %d 號投票\n", x);
setbfile(buf, bname, vbuf.title);
- getdata(4, 0, "請輸入投票名稱:", inbuf, 50, LCECHO);
+ getdata(4, 0, "請輸入投票名稱:", inbuf, 50, DOECHO);
if (inbuf[0] == '\0')
strlcpy(inbuf, "不知名的", sizeof(inbuf));
fp = fopen(buf, "w");