ObjFW  Diff

Differences From Artifact [baf044fe92]:

To Artifact [937b3d5b17]:


57
58
59
60
61
62
63
64

65
66
57
58
59
60
61
62
63

64
65
66







-
+


{
	if (_object != nil)
		return [OFString stringWithFormat:
		    @"Getting an option in an object of type %@ failed: %@",
		    [_object class], OFStrError(_errNo)];
	else
		return [OFString stringWithFormat:
		    @"Getting an failed: %@", OFStrError(_errNo)];
		    @"Getting an option failed: %@", OFStrError(_errNo)];
}
@end