summaryrefslogtreecommitdiffstats
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
commitd3776f2bd3beeedaa25ce824bf1adf6598b0e2d9 (patch)
tree88b8025d4416b5240b3991ee34af6c09082e5828
parent7d0c4a3548159588c9f4cca28bceea40dbfea76f (diff)
downloadpttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar.gz
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar.bz2
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar.lz
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar.xz
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.tar.zst
pttbbs-d3776f2bd3beeedaa25ce824bf1adf6598b0e2d9.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@311 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/gamble.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/gamble.c b/pttbbs/mbbsd/gamble.c
index a73460f9..065b05b4 100644
--- a/pttbbs/mbbsd/gamble.c
+++ b/pttbbs/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);