diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-28 21:40:53 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-28 21:40:53 +0800 |
commit | f29581d209621a138949677a715c9402ca5e5f14 (patch) | |
tree | 6854f4a2801f4c8ca08b0b134b964ec1143a7469 | |
parent | 1acd347e0ac642f2b2184e9807e02f6706b5c80b (diff) | |
download | pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar.gz pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar.bz2 pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar.lz pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar.xz pttbbs-f29581d209621a138949677a715c9402ca5e5f14.tar.zst pttbbs-f29581d209621a138949677a715c9402ca5e5f14.zip |
damn backslash in dbcs
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3434 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/syspost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 36148543..0bd38060 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -136,7 +136,7 @@ post_policelog(const char *bname, const char *atitle, const char *action, const snprintf(title, sizeof(title), "[%s] %s by %s", action, bname, cuser.userid); snprintf(genbuf, sizeof(genbuf), - "%s (%s) %s %s 看板 %s 功能\n%s%s\n", + "%s (%s) %s %s 看板 %s 功\能\n%s%s\n", cuser.userid, fromhost, toggle ? "開啟" : "關閉", bname, action, atitle ? "文章標題" : "", atitle ? atitle : ""); |