From 0aafc54e22809793d689205beca6b50612bfaf31 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Thu, 9 Oct 2003 06:09:16 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1231 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 95e17d9d..cff5319a 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/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, -- cgit v1.2.3