From 4cf5b53a0b9763353de409eeea032602e9590c98 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 16 Jun 2002 22:21:12 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@326 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/account.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/account.c') 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); -- cgit v1.2.3