diff options
author | (no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-09 14:42:15 +0800 |
---|---|---|
committer | (no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-09 14:42:15 +0800 |
commit | 9fd31f919d4483e0b44d8cb57ac48fd6f012c41f (patch) | |
tree | fe9e8e3f924844ca6b923f0c6c0dd24286d198fd /mbbsd | |
parent | 7df46e57ae2c018b5ef6aa0a514974b5a541a7b7 (diff) | |
download | pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar.gz pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar.bz2 pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar.lz pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar.xz pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.tar.zst pttbbs-9fd31f919d4483e0b44d8cb57ac48fd6f012c41f.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1234 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 ea941e98..a6ab1bc9 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1462,7 +1462,7 @@ do_bid(int ent, fileheader_t * fhdr, boardheader_t *bp, char *direct, struct t if(mymax< next || (bidinfo.payby==0 && cuser.money<mymax )) { outmsg("取消下標或標金不足搶標"); - pressanykey(); + return FULLUPDATE; } snprintf(genbuf, sizeof(genbuf), |