From 1b204ee3a9867005c32f9620b28869e4faf2f39e Mon Sep 17 00:00:00 2001
From: kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Wed, 12 Dec 2007 01:37:48 +0000
Subject:  * change util/account.c per_hour_unit to 100.

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3671 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 util/account.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/account.c b/util/account.c
index 5463d299..b0b31adb 100644
--- a/util/account.c
+++ b/util/account.c
@@ -100,7 +100,7 @@ main(int argc, char **argv)
     int             act[27];	/* ����/�֭p�ɶ�/pointer */
     time4_t         now;
     struct tm      *ptime;
-    int             per_hour_unit = 10;
+    int             per_hour_unit = 100;
 
     attach_SHM();
     nice(10);
-- 
cgit v1.2.3