diff options
-rw-r--r-- | mbbsd/vote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c index 5325e64c..1f64ad1f 100644 --- a/mbbsd/vote.c +++ b/mbbsd/vote.c @@ -941,7 +941,7 @@ user_vote_one(char *bname, int ind) vote[0] = vote[1] = '\0'; move(t_lines - 2, 0); - prints("�A�٥i�H�� %2d ��", tickets - i); + prints("�A�٥i�H�� %2d �� [ �ثe�Ҧb���� %2d / �@ %2d �� (�i��J '<' '>' ����) ]", tickets - i, curr_page + 1, max_page); getdata(t_lines - 4, 0, "��J�z�����: ", vote, sizeof(vote), DOECHO); *vote = toupper(*vote); |