@@ -310,12 +310,11 @@ return copy; } - (void)appendPathComponent: (OFString *)component { - [self appendPathComponent: component - isDirectory: false]; + [self appendPathComponent: component isDirectory: false]; #ifdef OF_HAVE_FILES if ([_URLEncodedScheme isEqual: @"file"] && ![_URLEncodedPath hasSuffix: @"/"] && [[OFFileManager defaultManager] directoryExistsAtURL: self]) { @@ -411,12 +410,11 @@ break; } } } - [array insertObject: @"" - atIndex: 0]; + [array insertObject: @"" atIndex: 0]; if (endsWithEmpty) [array addObject: @""]; path = [array componentsJoinedByString: @"/"]; if (path.length == 0)