diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-08 02:47:40 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-08 02:47:40 +0800 |
commit | 61a9c3dfb82d33f741133573e2b3471073f78306 (patch) | |
tree | ecadb041f3a16d7fbb157083a33c9afcd3d5da8e | |
parent | 9033ec8254e5cc92068bde5a34c1225e63c5bc74 (diff) | |
download | pttbbs-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
-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 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); |