@@ -66,8 +66,8 @@ { return [OFString stringWithFormat: @"Failed to write %zu bytes (after %zu bytes written) to an " @"object of type %@: %@", _requestedLength, _bytesWritten, [_object class], - of_strerror(_errNo)]; + OFStrError(_errNo)]; } @end