summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/syspost.c2
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 : "");