diff options
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 95e17d9d..cff5319a 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -463,7 +463,7 @@ setupbidinfo(bid_t *bidinfo) do getdata_str(21,20, "�C�ЦܤּW�[�h��:",buf, 5, LCECHO, "1"); while((bidinfo->increment=atoi(buf))<=0); - getdata(21,44, "�����ʶR��(�i���]):",buf, 5, LCECHO); + getdata(21,44, "�����ʶR��(�i���]):",buf, 10, LCECHO); bidinfo->buyitnow=atoi(buf); getdata_str(22,0, |