summaryrefslogtreecommitdiffstats
path: root/util/account.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-17 06:21:12 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-17 06:21:12 +0800
commit4cf5b53a0b9763353de409eeea032602e9590c98 (patch)
tree11602a62ebd23e665923c4d3a5dcb3726e1f37ea /util/account.c
parentbf5c641ca4565dbbb11e63b97515ea539f2638b7 (diff)
downloadpttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.gz
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.bz2
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.lz
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.xz
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.zst
pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@326 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/account.c')
-rw-r--r--util/account.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/account.c b/util/account.c
index 4512747f..5220f713 100644
--- a/util/account.c
+++ b/util/account.c
@@ -1,4 +1,4 @@
-/* $Id: account.c,v 1.6 2002/06/06 21:42:47 in2 Exp $ */
+/* $Id: account.c,v 1.7 2002/06/16 22:21:12 ptt Exp $ */
#include "bbs.h"
#define MAX_LINE 16
@@ -97,6 +97,7 @@ int main() {
time_t now;
struct tm *ptime;
+ nice(10);
chdir(BBSHOME);
now = time(NULL) - ADJUST_M * 60; /* back to ancent */
ptime = localtime(&now);