ObjFW  Diff

Differences From Artifact [f9593924bb]:

To Artifact [cbd581ad22]:


39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
	Class c;

	self = [super init];

	if (is == 0) {
		c = isa;
		[super dealloc];
		@throw [OFInvalidArgumentException newWithClass: c];

	}

	data = NULL;
	itemsize = is;
	count = 0;

	return self;







|
>







39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
	Class c;

	self = [super init];

	if (is == 0) {
		c = isa;
		[super dealloc];
		@throw [OFInvalidArgumentException newWithClass: c
						    andSelector: _cmd];
	}

	data = NULL;
	itemsize = is;
	count = 0;

	return self;