summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-01-04 02:08:06 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-01-04 02:08:06 +0800
commitd460d838fbbcff615b271edc73c1985142742d30 (patch)
tree774a79114f1e9d9e2a8e2dc0e2f620cff7929e0f /mbbsd
parent837ad956ed701a62a31b60e2f2f8198806b66a3c (diff)
downloadpttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar.gz
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar.bz2
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar.lz
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar.xz
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.tar.zst
pttbbs-d460d838fbbcff615b271edc73c1985142742d30.zip
add a back slash '\' after Kong (special chinese character)
add break line for logfile git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3263 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 53d32ffb..ed04cb87 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -99,9 +99,9 @@ int u_cancelbadpost(void)
cuser.timeremovebadpost = now;
passwd_update(usernum, &cuser);
log_file("log/cancelbadpost.log", LOG_VF|LOG_CREAT,
- "%s 刪除一篇劣文", cuser.userid);
+ "%s 刪除一篇劣文\n", cuser.userid);
}
- vmsg("恭喜您已經成功刪除一篇劣文.");
+ vmsg("恭喜您已經成功\刪除一篇劣文.");
return 0;
}