summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-18 17:11:04 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-18 17:11:04 +0800
commit763ab3a9a3690e3a262dd46335d68388f9389597 (patch)
treec4a61437b2dc08ae56df39a32e61002056d5f796 /mbbsd/board.c
parent9896099baf6e727919325820bb6dcd368ca0b705 (diff)
downloadpttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar.gz
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar.bz2
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar.lz
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar.xz
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.tar.zst
pttbbs-763ab3a9a3690e3a262dd46335d68388f9389597.zip
- (internal) fix board parameter
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4190 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index f0d0f4e7..e999dc21 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -617,7 +617,7 @@ b_config(void)
sprintf(buf, "%d", bp->fastrecommend_pause);
getdata_str(b_lines-1, 0,
"請輸入連推時間限制(單位: 秒) [5~240]: ",
- buf, 4, ECHO, buf);
+ buf, 4, NUMECHO, buf);
if(buf[0] >= '0' && buf[0] <= '9')
bp->fastrecommend_pause = atoi(buf);