summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index d8972482..e2a5ba30 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -3276,7 +3276,7 @@ t_changeangel(){
if (buf[0] == 'y' || buf[0] == 'Y') {
char buf[100];
snprintf(buf, sizeof(buf), "%s小主人 %s 換掉 %s 小天使\n",
- ctime(&now), cuser.userid, cuser.myangel);
+ ctime4(&now), cuser.userid, cuser.myangel);
buf[24] = ' '; // replace '\n'
log_file(BBSHOME "/log/changeangel.log", LOG_CREAT, buf);