diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/voteboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/voteboard.c b/mbbsd/voteboard.c index 2556942e..fe4008d7 100644 --- a/mbbsd/voteboard.c +++ b/mbbsd/voteboard.c @@ -301,7 +301,7 @@ do_voteboard(int type) return FULLUPDATE; } outs("�п�J²���άF��(�ܦh����)�A�n�M����g"); - for (temp = 11; temp < 16; temp++) { + for (temp = 12; temp < 17; temp++) { if (!getdata(temp, 0, "�G", topic, 60, DOECHO)) break; strcat(genbuf, topic); |