ObjFW  Diff

Differences From Artifact [8e6ba356a0]:

To Artifact [80d83b74a4]:


53
54
55
56
57
58
59
60
61
62
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Setting an option in an object of type %@ failed: %@",
	    [_object class], of_strerror(_errNo)];
}
@end







|


53
54
55
56
57
58
59
60
61
62
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Setting an option in an object of type %@ failed: %@",
	    [_object class], OFStrError(_errNo)];
}
@end