diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-15 19:12:48 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-15 19:12:48 +0800 |
commit | bee0621d20c4ff0ad165be128e1ab8c5b33168d7 (patch) | |
tree | 116cbfaddf3c7a30c2a0c1a2d1e6773cb3a55718 /mbbsd/user.c | |
parent | 7cb42a94fb0aa1c3fe242699a2bec79efe04f7e1 (diff) | |
download | pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar.gz pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar.bz2 pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar.lz pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar.xz pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.tar.zst pttbbs-bee0621d20c4ff0ad165be128e1ab8c5b33168d7.zip |
fix compile error & warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1766 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 6245ef42..cd7f3b66 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -630,7 +630,7 @@ uinfo_query(userec_t * u, int real, int unum) "標題: [公安報告] 站長修改金錢報告\n" "時間: %s\n" " 站長\033[1;32m%s\033[m把\033[1;32m%s\033[m" - "的錢從\033[1;35m%ld\033[m改成\033[1;35m%d\033[m", + "的錢從\033[1;35m%d\033[m改成\033[1;35m%d\033[m", ctime(&now), cuser->userid, x.userid, money, x.money); clrtobot(); |