summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 12:17:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-09 12:17:35 +0800
commit5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3 (patch)
treee19965f3c6c0cf7acaed3949117f3e66ec2a39b1 /mbbsd/talk.c
parent0fcff566e893ab1046e7319fe436ea6b1bb93e05 (diff)
downloadpttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.gz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.bz2
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.lz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.xz
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.tar.zst
pttbbs-5f4c0ce8c7d09a05b86097ad923bcbd84cc3d9c3.zip
- bbs: fixed: BM can skip PostRestriction check for x-crosspost.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4106 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 229a4803..199bd639 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -827,7 +827,7 @@ my_write(pid_t pid, const char *prompt, const char *id, int flag, userinfo_t * p
#endif
))
{
- snprintf(buf, sizeof(buf), "¥áµ¹ %s : %s [Y/n]?", destid, msg);
+ snprintf(buf, sizeof(buf), "¥á %s: %s [Y/n]?", destid, msg);
getdata(0, 0, buf, genbuf, 3, LCECHO);
if (genbuf[0] == 'n') {