]> granicus.if.org Git - apache/commitdiff
* Replace control characters in output strings with more pleasant strings.
authorRuediger Pluem <rpluem@apache.org>
Thu, 11 Sep 2008 19:29:06 +0000 (19:29 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 11 Sep 2008 19:29:06 +0000 (19:29 +0000)
Submitted by: Basant Kumar kukreja <Basant.Kukreja Sun.COM>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694431 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/sed1.c

index e88801049b36500586b4cf8dea7d3c9fd6940532..a14d37857233992002c4ba139665c5047ac585ca 100644 (file)
@@ -33,8 +33,8 @@ char    *trans[040]  = {
     "\\05",
     "\\06",
     "\\07",
-    "-\b<",
-    "-\b>",
+    "\\10",
+    "\\11",
     "\n",
     "\\13",
     "\\14",