diff options
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r-- | mbbsd/gamble.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c index d37b5fa5..88e82b67 100644 --- a/mbbsd/gamble.c +++ b/mbbsd/gamble.c @@ -1,4 +1,4 @@ -/* $Id: gamble.c,v 1.18 2002/06/22 18:01:23 ptt Exp $ */ +/* $Id: gamble.c,v 1.19 2002/06/23 02:05:46 ptt Exp $ */ #include "bbs.h" #ifndef _BBS_UTIL_C_ @@ -351,10 +351,10 @@ int openticket(int bid) { deumoney(uid, money * i); mail_id(userid, buf, "etc/ticket.win", "Ptt½ä³õ"); } + fclose(fp1); } fclose(fp); - fclose(fp1); if(bet!=98) sprintf(buf, "[¤½§i] %s ½ä½L¶}¼ú", bh->brdname); |