From a325c7e100f4cd81be447eb430f5b1b32e0d806f Mon Sep 17 00:00:00 2001 From: wens Date: Tue, 25 Jan 2005 04:45:31 +0000 Subject: more ctime to ctime4 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2431 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/mbbsd.c') diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index a616da9e..34b78e06 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -764,7 +764,7 @@ setup_utmp(int mode) setuserfile(buf, "remoteuser"); strlcpy(remotebuf, fromhost, sizeof(fromhost)); - strcat(remotebuf, ctime(&now)); + strcat(remotebuf, ctime4(&now)); remotebuf[strlen(remotebuf) - 1] = 0; add_distinct(buf, remotebuf); #endif -- cgit v1.2.3