summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-07 07:09:25 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-07 07:09:25 +0800
commit0f726dece44cad456d8c32e0d8d788a18f273099 (patch)
tree1132e3610b54ea0043c409bff8ac11197f8dee00 /mbbsd/vote.c
parent3dd483238d0ba18b39cd725a6d8b729ef62a1951 (diff)
downloadpttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar.gz
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar.bz2
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar.lz
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar.xz
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.tar.zst
pttbbs-0f726dece44cad456d8c32e0d8d788a18f273099.zip
fix typo
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1037 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index a71040c9..9304a697 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -1,4 +1,4 @@
-/* $Id: vote.c,v 1.19 2003/03/03 15:32:15 in2 Exp $ */
+/* $Id: vote.c,v 1.20 2003/07/06 23:09:25 kcwu Exp $ */
#include "bbs.h"
static int total;
@@ -7,7 +7,7 @@ static char STR_bv_control[] = "control"; /* щ布ら戳 匡兜 */
static char STR_bv_desc[] = "desc"; /* щ布ヘ */
static char STR_bv_ballots[] = "ballots";
static char STR_bv_flags[] = "flags";
-static char STR_bv_comments[] = "comments"; /* щ布種 */
+static char STR_bv_comments[] = "comments"; /* щ布某 */
static char STR_bv_limited[] = "limited"; /* ╬щ布 */
static char STR_bv_title[] = "vtitle";
@@ -17,7 +17,7 @@ static char STR_new_control[] = "control0\0"; /* щ布ら戳 匡兜 */
static char STR_new_desc[] = "desc0\0"; /* щ布ヘ */
static char STR_new_ballots[] = "ballots0\0";
static char STR_new_flags[] = "flags0\0";
-static char STR_new_comments[] = "comments0\0"; /* щ布種 */
+static char STR_new_comments[] = "comments0\0"; /* щ布某 */
static char STR_new_limited[] = "limited0\0"; /* ╬щ布 */
static char STR_new_title[] = "vtitle0\0";
@@ -673,7 +673,7 @@ vote_maintain(char *bname)
unlink(buf);
getdata(4, 0,
- "琌﹚щ布虫(y)絪膟щ布虫[n]ヴщ布:[N]",
+ "琌﹚щ布虫(y)絪胯щ布虫[n]ヴщ布:[N]",
inbuf, 2, LCECHO);
setbfile(buf, bname, STR_new_limited);
if (inbuf[0] == 'y') {
@@ -905,7 +905,7 @@ user_vote_one(char *bname, int ind)
}
if (vote_flag(bname, ind, vote[0]) != 0)
- prints("滦щ布! ぃぉ璸布");
+ prints("狡щ布! ぃぉ璸布");
else {
setbfile(buf, bname, STR_new_ballots);
if ((fd = open(buf, O_WRONLY | O_CREAT | O_APPEND, 0600)) == 0)