summaryrefslogtreecommitdiffstats
path: root/util/yearsold.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/yearsold.c')
-rw-r--r--util/yearsold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/yearsold.c b/util/yearsold.c
index 3229b709..f93134a6 100644
--- a/util/yearsold.c
+++ b/util/yearsold.c
@@ -1,4 +1,4 @@
-/* $Id: yearsold.c,v 1.5 2003/07/20 00:55:34 in2 Exp $ */
+/* $Id$ */
/* 站上年齡統計 */
#define _UTIL_C_
#include "bbs.h"
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
ptime = localtime(&now);
attach_SHM();
- if(passwd_mmap())
+ if(passwd_init())
exit(1);
memset(act, 0, sizeof(act));