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