summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
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 51df6f5a..8a7dcf49 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1279,7 +1279,7 @@ do_quote(void)
else if (op == 'r')
while (fgets(buf, 256, inf)) {
/* repost, keep anything */
-#ifdef LOW_SECURITY
+#if 0 // def LOW_SECURITY
insert_string(Ptt_prints(buf, NO_RELOAD));
#else
// quote_strip_ansi_inline(buf);