ObjFW  Diff

Differences From Artifact [58e8774a64]:

To Artifact [2cea85f754]:


318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
	}

	copy->_lastListObject = listObject;

	return copy;
}

- (uint32_t)hash
{
	uint32_t hash;

	OF_HASH_INIT(hash);

	for (of_list_object_t *iter = _firstListObject;
	    iter != NULL; iter = iter->next)







|







318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
	}

	copy->_lastListObject = listObject;

	return copy;
}

- (unsigned long)hash
{
	uint32_t hash;

	OF_HASH_INIT(hash);

	for (of_list_object_t *iter = _firstListObject;
	    iter != NULL; iter = iter->next)