From 4b3863fc1bd57ca34c03a397315e2701f7ae7552 Mon Sep 17 00:00:00 2001 From: ishmal Date: Sat, 22 Apr 2006 23:04:21 +0000 Subject: [PATCH] native path support --- src/dom/uri.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp index 167b1f084..ff5e91ff8 100644 --- a/src/dom/uri.cpp +++ b/src/dom/uri.cpp @@ -341,6 +341,7 @@ URI URI::resolve(const URI &other) const } } } + newUri.normalize(); return newUri; } -- 2.30.2