From 13fd86ed06f3fc959fd3b5644334814c23dc56ca Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 7 Jun 2002 19:12:11 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@313 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/gamble.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c index 69127e1e..ce33e40d 100644 --- a/mbbsd/gamble.c +++ b/mbbsd/gamble.c @@ -1,4 +1,4 @@ -/* $Id: gamble.c,v 1.13 2002/06/07 19:10:10 ptt Exp $ */ +/* $Id: gamble.c,v 1.14 2002/06/07 19:12:11 ptt Exp $ */ #include "bbs.h" #ifndef _BBS_UTIL_C_ @@ -309,7 +309,7 @@ int openticket(int bid) { Cdatelite(&now), betname[bet], total*price, ticket[bet], total, (float) ticket[bet] / total, money); - fprintf(fp, "%s 賭盤開出:%s 所有金額:%d 元 獎金/張:%d 元 機率:%1.2f\n", + fprintf(fp, "%s 賭盤開出:%s 所有金額:%d 元 獎金/張:%d 元 機率:%1.2f\n\n", Cdatelite(&now), betname[bet], total*price, money, total? (float)ticket[bet] / total:0); } -- cgit v1.2.3