ObjFW  Diff

Differences From Artifact [300b802be6]:

To Artifact [33a7d5cf29]:


69
70
71
72
73
74
75
76
77
78

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



76

77
78


79
80
81
82
83
84
85







-
-
-
+
-


-
-







	[_destinationPath release];

	[super dealloc];
}

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

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

	return _description;
}

- (int)errNo
{
	return _errNo;
}