mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-28 04:36:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user