summaryrefslogtreecommitdiffstats
path: root/util/topusr.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/topusr.c')
-rw-r--r--util/topusr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/topusr.c b/util/topusr.c
index 37b051d9..5aa2eb7a 100644
--- a/util/topusr.c
+++ b/util/topusr.c
@@ -1,4 +1,4 @@
-/* $Id: topusr.c,v 1.4 2003/07/20 00:55:34 in2 Exp $ */
+/* $Id$ */
/* 使用者 上站記錄/文章篇數 排行榜 */
#define _UTIL_C_
#include "bbs.h"
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
num = 30;
attach_SHM();
- if(passwd_mmap())
+ if(passwd_init())
{
printf("Sorry, the data is not ready.\n");
exit(0);