summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-04 21:53:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-04 21:53:22 +0800
commitc9f10663bdf8e2210b5fe117193cbc5452e0a35e (patch)
treeceda541e9b3064f09175b194601d4984f4c5ae68 /mbbsd/edit.c
parent7204388338e4e7445afd399a2e1c4947f86fbce3 (diff)
downloadpttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar.gz
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar.bz2
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar.lz
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar.xz
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.tar.zst
pttbbs-c9f10663bdf8e2210b5fe117193cbc5452e0a35e.zip
let ansi move cmds back
and add more security stuff git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2888 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 36b7837b..e50c8ad3 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1269,7 +1269,7 @@ do_quote(void)
while (fgets(buf, 256, inf)) {
insert_char(':');
insert_char(' ');
-#ifdef LOW_SECURITY
+#if 0 // def LOW_SECURITY
insert_string(Ptt_prints(buf, STRIP_ALL));
#else
quote_strip_ansi_inline(buf);