summaryrefslogtreecommitdiffstats
path: root/mbbsd/voteboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/voteboard.c')
-rw-r--r--mbbsd/voteboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/voteboard.c b/mbbsd/voteboard.c
index 097c1d70..9b08c713 100644
--- a/mbbsd/voteboard.c
+++ b/mbbsd/voteboard.c
@@ -154,7 +154,7 @@ do_voteboardreply(fileheader_t * fhdr)
} while (genbuf[j - 1] != '\n');
genbuf[j] = '\0';
if (!strncmp("や计:",genbuf,9))
- fprintf(fp, "や计:%-9dは癸计:-9d", yes, no);
+ fprintf(fp, "や计:%-9dは癸计:%-9d", yes, no);
else if (!strncmp("----------", genbuf, 10))
break;
else if (strncmp(genbuf + 4, cuser.userid, len))