From 220346d16b87abda52fc6771a6e50b700a1813f8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 7 Dec 2001 11:33:54 +0000 Subject: closed bug #66159 added --escape option some cleanup for xml2-config * uri.c: closed bug #66159 * testURI.c: added --escape option * configure.in: some cleanup for xml2-config --cflags Daniel --- uri.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uri.c') diff --git a/uri.c b/uri.c index ab547f5a..a20eec98 100644 --- a/uri.c +++ b/uri.c @@ -1030,7 +1030,6 @@ xmlURIEscape(const xmlChar * str) segment = xmlURIEscapeStr(BAD_CAST uri->opaque, BAD_CAST ""); NULLCHK(segment) ret = xmlStrcat(ret, segment); - ret = xmlStrcat(ret, BAD_CAST ":"); xmlFree(segment); } -- cgit v1.2.3