summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
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);