diff options
Diffstat (limited to 'mbbsd/bbs.c')
-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), |