Monotone-Parent: c12384df7b313f197dd027d6c173021b55882245

Monotone-Revision: 467dc56666485b20c968357bff135be6a192df0c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T15:13:57
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-03-18 15:13:57 +00:00
parent 3d9ceb2a69
commit 84bba82435
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ static BOOL uixDebugEnabled = NO;
uri = [uri substringToIndex:r.location];
/* next: strip trailing slash */
if ([uri hasSuffix: @"/"])
uri = [uri substringToIndex: ([uri length] - 1)];
r = [uri rangeOfString:@"/" options: NSBackwardsSearch];