aboutsummaryrefslogtreecommitdiffstats
path: root/uri.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-07 11:33:54 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-07 11:33:54 +0000
commit220346d16b87abda52fc6771a6e50b700a1813f8 (patch)
tree984330663cf3ce278eba473ea32377fba2f5157f /uri.c
parent2a9068212f118cd0b1e40283a5bb0cdb514f3fc4 (diff)
downloadandroid_external_libxml2-220346d16b87abda52fc6771a6e50b700a1813f8.tar.gz
android_external_libxml2-220346d16b87abda52fc6771a6e50b700a1813f8.tar.bz2
android_external_libxml2-220346d16b87abda52fc6771a6e50b700a1813f8.zip
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
Diffstat (limited to 'uri.c')
-rw-r--r--uri.c1
1 files changed, 0 insertions, 1 deletions
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);
}