summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:48 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:48 +0800
commit1b204ee3a9867005c32f9620b28869e4faf2f39e (patch)
tree5607904caf76c8f4b620b543ffbf32b31f9a2657 /util
parentde5ce1c9adb04ed135c6c3be6110c453ac6df7aa (diff)
downloadpttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar.gz
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar.bz2
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar.lz
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar.xz
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.tar.zst
pttbbs-1b204ee3a9867005c32f9620b28869e4faf2f39e.zip
* 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
Diffstat (limited to 'util')
-rw-r--r--util/account.c2
1 files changed, 1 insertions, 1 deletions
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]; /* 次數/累計時間/pointer */
time4_t now;
struct tm *ptime;
- int per_hour_unit = 10;
+ int per_hour_unit = 100;
attach_SHM();
nice(10);