Monotone-Parent: a1a349d673dc9306b189e8b017ab7d5af8fdd215

Monotone-Revision: e3d1f353ee2a7aa6c9b0a9b6bd7421b45d774fe9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-09T20:46:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-09 20:46:36 +00:00
parent bc281bedf6
commit f7e7d1f83f

View File

@@ -69,7 +69,8 @@ static NSMutableCharacterSet *urlAfterEndingChars = nil;
hostR = [self rangeOfString: @"://"];
locationR = [[self substringFromIndex: (hostR.location + hostR.length)]
rangeOfString: @"/"];
newURL = [self substringFromIndex: (hostR.location + hostR.length + locationR.location)];
newURL = [self substringFromIndex: (hostR.location + hostR.length
+ locationR.location)];
}
return newURL;