@@ -114,12 +114,12 @@ OFXMLElement **data = [children data]; size_t count = [children count]; IMP append; tmp = [OFMutableString string]; - append = [tmp methodFor: @selector( - appendCStringWithoutUTF8Checking:)]; + append = [tmp methodForSelector: + @selector(appendCStringWithoutUTF8Checking:)]; for (j = 0; j < count; j++) append(tmp, @selector( appendCStringWithoutUTF8Checking:), [[data[j] string] cString]);