ObjFW  Diff

Differences From Artifact [f22db317c8]:

To Artifact [e104c85a1d]:


70
71
72
73
74
75
76
77
78
79

80
81
82
83
84
85
86
87
88
89
90
91
70
71
72
73
74
75
76



77

78
79


80
81
82
83
84
85
86







-
-
-
+
-


-
-







	[_destinationPath release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Failed to link file %@ to %@ in class %@! " ERRFMT, _sourcePath,
	    _destinationPath, _inClass, ERRPARAM];

	return _description;
}

- (int)errNo
{
	return _errNo;
}