ObjFW  Diff

Differences From Artifact [af5a656bb6]:

To Artifact [54c48d5def]:


126
127
128
129
130
131
132
133
134
135
136
137
138
139
140

- initWithCArray: (OFObject**)objs
{
	id *obj;
	size_t count;

	self = [self init];
	
	count = 0;

	for (obj = objs; *obj != nil; obj++) {
		[*obj retain];
		count++;
	}








|







126
127
128
129
130
131
132
133
134
135
136
137
138
139
140

- initWithCArray: (OFObject**)objs
{
	id *obj;
	size_t count;

	self = [self init];

	count = 0;

	for (obj = objs; *obj != nil; obj++) {
		[*obj retain];
		count++;
	}