summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-21 13:08:44 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-21 13:08:44 +0800
commitbe7f3e7ec528ecafd5da15cadf959e69bd239f2b (patch)
tree2922a95d085a9ae2cba61314e8675726d8e06cf2 /mbbsd/admin.c
parented249a9ffd807b4e93c7e60032ca4842a48f2fc3 (diff)
downloadpttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar.gz
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar.bz2
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar.lz
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar.xz
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.tar.zst
pttbbs-be7f3e7ec528ecafd5da15cadf959e69bd239f2b.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@185 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index a076c10f..8397234d 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1,4 +1,4 @@
-/* $Id: admin.c,v 1.13 2002/05/21 05:01:33 lwms Exp $ */
+/* $Id: admin.c,v 1.14 2002/05/21 05:04:14 lwms Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1106,7 +1106,7 @@ int give_money() {
*ptr = '\0';
id = buf;
mn = ptr + 1;
- give_id_money(id, atoi(mn), fp2, tt, t);
+ give_id_money(id, atoi(mn), fp2, tt, now);
give_money_post(id, atoi(mn) );
}
fclose(fp);