ObjFW  Diff

Differences From Artifact [078e9942b2]:

To Artifact [8b4c9a4782]:


122
123
124
125
126
127
128
129
130
131
132
133
134
135
136

	[data[hash] append: key];
	[data[hash] append: obj];

	return self;
}

- get: (OFObject*)key
{
	uint32_t hash;
	of_list_object_t *iter;

	if (key == nil)
		@throw [OFInvalidArgumentException newWithClass: isa];








|







122
123
124
125
126
127
128
129
130
131
132
133
134
135
136

	[data[hash] append: key];
	[data[hash] append: obj];

	return self;
}

- (id)get: (OFObject*)key
{
	uint32_t hash;
	of_list_object_t *iter;

	if (key == nil)
		@throw [OFInvalidArgumentException newWithClass: isa];