ObjFW  Diff

Differences From Artifact [5a0bdd642f]:

To Artifact [8f4ec296f2]:


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

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Getting 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:
	    @"Getting an option in an object of type %@ failed: %@",
	    [_object class], OFStrError(_errNo)];
}
@end