diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-22 23:04:21 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-22 23:04:21 +0000 |
| commit | 13cc5259eeae376d71f6489cf2f2a2268ed6e9e9 (patch) | |
| tree | ce73091982e45b11c890693b91510aa34b45064a /src | |
| parent | native path support (diff) | |
| download | inkscape-13cc5259eeae376d71f6489cf2f2a2268ed6e9e9.tar.gz inkscape-13cc5259eeae376d71f6489cf2f2a2268ed6e9e9.zip | |
native path support
(bzr r574)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/uri.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
