@@ -322,12 +322,11 @@ i--; continue; } if ([component isEqual: @".."]) - [components replaceObjectAtIndex: i - withObject: @"/"]; + [components replaceObjectAtIndex: i withObject: @"/"]; } return [OFString pathWithComponents: components]; }