summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-08 02:47:40 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-08 02:47:40 +0800
commit61a9c3dfb82d33f741133573e2b3471073f78306 (patch)
treeecadb041f3a16d7fbb157083a33c9afcd3d5da8e /mbbsd/gamble.c
parent9033ec8254e5cc92068bde5a34c1225e63c5bc74 (diff)
downloadpttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar.gz
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar.bz2
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar.lz
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar.xz
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.tar.zst
pttbbs-61a9c3dfb82d33f741133573e2b3471073f78306.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@309 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index c3229bfe..253c6682 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -1,4 +1,4 @@
-/* $Id: gamble.c,v 1.9 2002/06/07 18:42:52 ptt Exp $ */
+/* $Id: gamble.c,v 1.10 2002/06/07 18:47:40 ptt Exp $ */
#include "bbs.h"
#ifndef _BBS_UTIL_C_
@@ -304,7 +304,7 @@ int openticket(int bid) {
total? (float)ticket[bet] / total:0);
}
else
- fprintf(fp, "\n\n賭盤取消退錢: %s \n\n");
+ fprintf(fp, "\n\n賭盤取消退錢: %s \n\n", Cdatelite(&now));
}
fclose(fp1);