ObjFW  Diff

Differences From Artifact [3f04bd66a0]:

To Artifact [fec0c02685]:


163
164
165
166
167
168
169
170

171
172
173
174
175
176
177
178
163
164
165
166
167
168
169

170

171
172
173
174
175
176
177







-
+
-







{
	return [[[self alloc] initWithCArray: objects
				      length: length] autorelease];
}

- init
{
	if ([self class] == [OFArray class] ||
	if (isa == [OFArray class]) {
	    [self class] == [OFMutableArray class]) {
		Class c = isa;
		[self release];
		@throw [OFNotImplementedException newWithClass: c
						      selector: _cmd];
	}

	return [super init];