diff options
-rw-r--r-- | pttbbs/mbbsd/voteboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/voteboard.c b/pttbbs/mbbsd/voteboard.c index 097c1d70..9b08c713 100644 --- a/pttbbs/mbbsd/voteboard.c +++ b/pttbbs/mbbsd/voteboard.c @@ -154,7 +154,7 @@ do_voteboardreply(fileheader_t * fhdr) } while (genbuf[j - 1] != '\n'); genbuf[j] = '\0'; if (!strncmp("����H��:",genbuf,9)) - fprintf(fp, "����H��:%-9d�Ϲ�H��:-9d", yes, no); + fprintf(fp, "����H��:%-9d�Ϲ�H��:%-9d", yes, no); else if (!strncmp("----------", genbuf, 10)) break; else if (strncmp(genbuf + 4, cuser.userid, len)) |