summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-08 03:03:25 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-08 03:03:25 +0800
commitf7cffdd936750c3a73b2001da034f3f78bfceca8 (patch)
tree9d13744d64fa1a61f92876a9c57b437e8eb1edcb /mbbsd/gamble.c
parentcdba92eb91393b1a87f9332f57a076e5c8557d2f (diff)
downloadpttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar.gz
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar.bz2
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar.lz
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar.xz
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.tar.zst
pttbbs-f7cffdd936750c3a73b2001da034f3f78bfceca8.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@311 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index a73460f9..065b05b4 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -1,4 +1,4 @@
-/* $Id: gamble.c,v 1.11 2002/06/07 18:54:52 ptt Exp $ */
+/* $Id: gamble.c,v 1.12 2002/06/07 19:03:25 ptt Exp $ */
#include "bbs.h"
#ifndef _BBS_UTIL_C_
@@ -347,9 +347,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);