summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/voteboard.c2
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("請輸入簡介或政見(至多五行),要清楚填寫");
- for (temp = 11; temp < 16; temp++) {
+ for (temp = 12; temp < 17; temp++) {
if (!getdata(temp, 0, ":", topic, 60, DOECHO))
break;
strcat(genbuf, topic);