diff options
-rw-r--r-- | pttbbs/mbbsd/mail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c index f3befd79..c831a80c 100644 --- a/pttbbs/mbbsd/mail.c +++ b/pttbbs/mbbsd/mail.c @@ -1588,6 +1588,7 @@ mail_cross_post(int unused_arg, fileheader_t * fhdr, const char *direct) author = '1'; } do_reply_title(2, fhdr->title, str_forward, xtitle, sizeof(xtitle)); + strip_ansi(xtitle, xtitle, STRIP_ALL); getdata(2, 0, "(S)存檔 (L)站內 (Q)取消?[Q] ", genbuf, 3, LCECHO); if (genbuf[0] == 'l' || genbuf[0] == 's') { |