You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/09/11 21:29:08 UTC

svn commit: r694431 - /httpd/httpd/trunk/modules/filters/sed1.c

Author: rpluem
Date: Thu Sep 11 12:29:06 2008
New Revision: 694431

URL: http://svn.apache.org/viewvc?rev=694431&view=rev
Log:
* Replace control characters in output strings with more pleasant strings.

Submitted by: Basant Kumar kukreja <Basant.Kukreja Sun.COM>

Modified:
    httpd/httpd/trunk/modules/filters/sed1.c

Modified: httpd/httpd/trunk/modules/filters/sed1.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/sed1.c?rev=694431&r1=694430&r2=694431&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/sed1.c (original)
+++ httpd/httpd/trunk/modules/filters/sed1.c Thu Sep 11 12:29:06 2008
@@ -33,8 +33,8 @@
     "\\05",
     "\\06",
     "\\07",
-    "-<",
-    "->",
+    "\\10",
+    "\\11",
     "\n",
     "\\13",
     "\\14",