From 6bb66e6efac7018902a6f5c8b88d9d26a929ea50 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Thu, 11 Sep 2008 19:29:06 +0000 Subject: [PATCH] * Replace control characters in output strings with more pleasant strings. Submitted by: Basant Kumar kukreja git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694431 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/sed1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/filters/sed1.c b/modules/filters/sed1.c index e88801049b..a14d378572 100644 --- a/modules/filters/sed1.c +++ b/modules/filters/sed1.c @@ -33,8 +33,8 @@ char *trans[040] = { "\\05", "\\06", "\\07", - "-<", - "->", + "\\10", + "\\11", "\n", "\\13", "\\14", -- 2.40.0