summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-17 11:26:22 +0800
commitf665f13b5bdcb87f19a0681481f6044cbcc109b9 (patch)
tree59dc95cf053cc3e4ee3cbabc18f218f78d866404 /mbbsd/vote.c
parente12b8fb5f87d5bede1af88074cd6c85be93b121c (diff)
downloadpttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.gz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.bz2
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.lz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.xz
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.tar.zst
pttbbs-f665f13b5bdcb87f19a0681481f6044cbcc109b9.zip
- general message update and optimization
- change search_num() to getdata(), allow unified control git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3698 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index 9c3259cb..7562a7b8 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -834,9 +834,9 @@ user_vote_one(vote_buffer_t *vbuf, const char *bname, int ind)
memset(choices, 0, sizeof(choices));
max_page = (item_num - 1)/ ITEM_PER_PAGE + 1;
- prints("щ布よΑ絋﹚眤匡拒块ㄤ絏(A, B, C...)\n"
- "Ωщ布щ %1hd 布 0 щ布, 1 ЧΘщ布, > , < \n"
- "Ωщ布盢挡%s \n",
+ outs("щ布よΑ絋﹚眤匡拒块ㄤ絏(A, B, C...)\n");
+ prints("Ωщ布щ %1hd 布 0 щ布, 1 ЧΘщ布, "
+ "> , < \nΩщ布盢挡%s \n",
tickets, ctime4(&closetime));
#define REDO_DRAW 1