From f29581d209621a138949677a715c9402ca5e5f14 Mon Sep 17 00:00:00 2001 From: wens Date: Thu, 28 Sep 2006 13:40:53 +0000 Subject: damn backslash in dbcs git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3434 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/syspost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ""); -- cgit v1.2.3