ObjFW  Diff

Differences From Artifact [64945ede99]:

To Artifact [baf044fe92]:


51
52
53
54
55
56
57

58
59
60






61
62
51
52
53
54
55
56
57
58



59
60
61
62
63
64
65
66







+
-
-
-
+
+
+
+
+
+


	[_object release];

	[super dealloc];
}

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