From 4554c7412df2d967d0beecb4b54e994d9bd0fb51 Mon Sep 17 00:00:00 2001 From: lwms Date: Sun, 2 Jun 2002 02:53:31 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@271 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/admin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/admin.c') diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 96c91b9c..dc5a0c12 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.17 2002/05/30 12:11:09 in2 Exp $ */ +/* $Id: admin.c,v 1.18 2002/06/02 02:53:31 lwms Exp $ */ #include #include #include @@ -1094,7 +1094,7 @@ int give_money() { id = uhash->userid[i]; give_id_money(id, money, fp2, tt, now); } - give_money_post("全站使用者", atoi(mn) ); + give_money_post("全站使用者", atoi(money) ); } else { if(!(fp = fopen("etc/givemoney.txt", "r+"))) { fclose(fp2); -- cgit v1.2.3