ObjFW  Diff

Differences From Artifact [98d414e112]:

To Artifact [fbff44390e]:


70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
	[_destinationPath release];

	[super dealloc];
}

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

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

	return _description;
}

- (int)errNo
{
	return _errNo;
}








<
<
|
<


<
<







70
71
72
73
74
75
76


77

78
79


80
81
82
83
84
85
86
	[_destinationPath release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Failed to symlink file %@ to %@ in class %@! " ERRFMT,
	    _sourcePath, _destinationPath, _inClass, ERRPARAM];


}

- (int)errNo
{
	return _errNo;
}