summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-04 12:40:48 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-04 12:40:48 +0800
commit8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350 (patch)
treebbf787bfe043fd5705954c6707e3cc0ad8df3858
parentc9ac1cb4d516be6f2e6362eea56128b89de169d4 (diff)
downloadpttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar.gz
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar.bz2
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar.lz
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar.xz
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.tar.zst
pttbbs-8bcdd47b18ec2ec4ccf8b14a0dafe966f211c350.zip
Fix wrong args
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5891 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
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;
}