summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-09 14:09:16 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-09 14:09:16 +0800
commit0aafc54e22809793d689205beca6b50612bfaf31 (patch)
tree2f282bd4e78939470b1f7c77a1b685e06fc5a2fa
parent98bda324118b78518a0a243ba568ff23a49bb848 (diff)
downloadpttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar.gz
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar.bz2
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar.lz
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar.xz
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.tar.zst
pttbbs-0aafc54e22809793d689205beca6b50612bfaf31.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1231 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
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, "每標至少增加多少:",buf, 5, LCECHO, "1");
while((bidinfo->increment=atoi(buf))<=0);
- getdata(21,44, "直接購買價(可不設):",buf, 5, LCECHO);
+ getdata(21,44, "直接購買價(可不設):",buf, 10, LCECHO);
bidinfo->buyitnow=atoi(buf);
getdata_str(22,0,