diff options
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 |
commit | 384b71e11a57dccd68875422b6a4bf9d5ff1dade (patch) | |
tree | d10c3e69979f76f9b4c2cc4866954637f641de27 /mbbsd | |
parent | 82c857ef980e362b4697a64b9b0104c9e3109985 (diff) | |
download | pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar.gz pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar.bz2 pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar.lz pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar.xz pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.tar.zst pttbbs-384b71e11a57dccd68875422b6a4bf9d5ff1dade.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1231 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-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, "每標至少增加多少:",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, |