From 64a2bc80f893b897adde554ed2d9d822d09d1c2d Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 27 Oct 2003 02:18:59 +0000 Subject: ifdef ASSESS git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1267 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 10197821..3bd64476 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1415,6 +1415,7 @@ do_bid(int ent, fileheader_t * fhdr, boardheader_t *bp, char *direct, struct t }*/ prints("恭喜 %s 以 %d 得標!", bidinfo.userid, bidinfo.high); +#ifdef ASSESS if (!(bidinfo.flag & SALE_COMMENTED) && strcmp(bidinfo.userid, currutmp->userid) == 0){ char tmp = getans("您對於這次交易的評價如何? 1:佳 2:欠佳 3:普通[Q]"); if ('1' <= tmp && tmp <= '3'){ @@ -1430,6 +1431,7 @@ do_bid(int ent, fileheader_t * fhdr, boardheader_t *bp, char *direct, struct t substitute_record(fpath, &bidinfo, sizeof(bidinfo), 1); } } +#endif } else prints("無人得標!"); pressanykey(); -- cgit v1.2.3