From 8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 4 Nov 2013 04:40:48 +0000 Subject: Fix wrong args git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5891 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index a2a9a55f..50f4b425 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -833,7 +833,7 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) x.timesetangel = now; log_filef(BBSHOME "/log/changeangel.log",LOG_CREAT, "%s 站長 %s 修改 %s 的小天使為 %s\n", - Cdatelite(&now), x.userid, x.myangel); + Cdatelite(&now), cuser.userid, x.userid, x.myangel); break; } -- cgit v1.2.3