@@ -335,11 +335,11 @@ { [self insertString: string atIndex: [self length]]; } -- (void)appendCharacters: (of_unichar_t*)characters +- (void)appendCharacters: (const of_unichar_t*)characters length: (size_t)length { void *pool = objc_autoreleasePoolPush(); [self appendString: [OFString stringWithCharacters: characters