From: ishmal Date: Sat, 22 Apr 2006 23:04:21 +0000 (+0000) Subject: native path support X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b3863fc1bd57ca34c03a397315e2701f7ae7552;p=inkscape.git native path support --- 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; }