@@ -67,11 +67,11 @@ return; } *category = [path substringWithRange: of_range(0, pos)]; *key = [path substringWithRange: - of_range(pos + 1, [path length] - pos - 1)]; + of_range(pos + 1, path.length - pos - 1)]; } - (void)setString: (OFString *)string forPath: (OFString *)path {