ObjFW  Diff

Differences From Artifact [79d7008d03]:

To Artifact [39a49b7b3f]:


222
223
224
225
226
227
228
229

230
231
232
233
234
235
236
222
223
224
225
226
227
228

229
230
231
232
233
234
235
236







-
+








			new->count++;

			[o->object retain];

			prev = o;
		}
	} @catch (OFException *e) {
	} @catch (id e) {
		[new release];
		@throw e;
	}

	new->lastListObject = o;

	return new;