Monotone-Parent: 348d7cfde7b84e4f271c58cd0b418303e0e045d1

Monotone-Revision: 2bfa9bbfe434c155e38912aec8785dc7fa44e272

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-17T21:10:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-12-17 21:10:58 +00:00
parent c1040b2216
commit b5f32e5129

View file

@ -84,6 +84,8 @@
NSURL *destURL;
path = [[srcURL path] stringByDeletingLastPathComponent];
if (![path hasSuffix: @"/"])
path = [path stringByAppendingString: @"/"];
destURL = [[NSURL alloc] initWithScheme: [srcURL scheme]
host: [srcURL host]