ObjFW  Diff

Differences From Artifact [3d67d61610]:

To Artifact [b9fb525575]:


190
191
192
193
194
195
196
197
198
199
200
201
202
203
204

	/* One is bigger than the other although we checked the count */
	assert(iter == NULL && iter2 == NULL);

	return YES;
}

- (id)copy
{
	OFList *new = [[OFList alloc] init];
	of_list_object_t *iter, *o, *prev;

	o = NULL;
	prev = NULL;








|







190
191
192
193
194
195
196
197
198
199
200
201
202
203
204

	/* One is bigger than the other although we checked the count */
	assert(iter == NULL && iter2 == NULL);

	return YES;
}

- copy
{
	OFList *new = [[OFList alloc] init];
	of_list_object_t *iter, *o, *prev;

	o = NULL;
	prev = NULL;