ObjFW  Diff

Differences From Artifact [5859b5070e]:

To Artifact [d1d30c8ee6]:


68
69
70
71
72
73
74
75
76
77
	[super dealloc];
}

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







|


68
69
70
71
72
73
74
75
76
77
	[super dealloc];
}

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