- removed escapedPath from url.setPathName(path)
authorMarius Tomaschewski <mt@suse.de>
Thu, 19 Jan 2006 19:19:53 +0000 (19:19 +0000)
committerMarius Tomaschewski <mt@suse.de>
Thu, 19 Jan 2006 19:19:53 +0000 (19:19 +0000)
zypp/media/MediaCurl.cc

index c9d9b92..2115a21 100644 (file)
@@ -375,7 +375,7 @@ void MediaCurl::doGetFileCopy( const Pathname & filename , const Pathname & targ
     }
 
     Url url( _url );
-    url.setPathName( escapedPath(path) );
+    url.setPathName( path );
 
     Pathname dest = target.absolutename();
     string destNew = target.asString() + ".new.zypp.37456";