ObjFW  Diff

Differences From Artifact [1249431f65]:

To Artifact [aad9720e68]:


67
68
69
70
71
72
73
74
75
76

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat: @"Failed to link file %@ to %@: %@",
	    _sourceURL, _destinationURL, of_strerror(_errNo)];
}
@end







|


67
68
69
70
71
72
73
74
75
76

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat: @"Failed to link file %@ to %@: %@",
	    _sourceURL, _destinationURL, OFStrError(_errNo)];
}
@end