@@ -1888,11 +1888,11 @@ OFObject *object = [[[OFObject alloc] init] autorelease]; of_unichar_t *ret; size_t i, j; ret = [object allocMemoryForNItems: s->length + 2 - withSize: sizeof(of_unichar_t)]; + ofSize: sizeof(of_unichar_t)]; i = 0; j = 0; ret[j++] = 0xFEFF;