From 0c5deed05beb7aaed4528a164fa8182f73fbc0e8 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 7 Jun 2002 17:45:38 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@306 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/gamble.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c index 4b7b25a4..360f8a81 100644 --- a/mbbsd/gamble.c +++ b/mbbsd/gamble.c @@ -1,4 +1,4 @@ -/* $Id: gamble.c,v 1.6 2002/06/07 17:38:31 ptt Exp $ */ +/* $Id: gamble.c,v 1.7 2002/06/07 17:45:38 ptt Exp $ */ #include "bbs.h" #ifndef _BBS_UTIL_C_ @@ -299,10 +299,10 @@ int openticket(int bid) { unlink(buf); if(fork()) { // Ptt 用fork防止不正常斷線洗錢 - fclose(fp); - more(outcome,YEA); + //fclose(fp); move(22,0); - prints("系統將於稍後自動把中獎結果公佈於看板 若參加者多會需要幾分鐘時間.."); + prints("系統將於稍後自動把中獎結果公佈於看板 若參加者多會需要幾分鐘時間.."); + pressanykey(); unlockutmpmode(); return 0; } -- cgit v1.2.3