@@ -64,8 +64,8 @@ - (OFString *)description { return [OFString stringWithFormat: @"Failed to read or write %zu bytes from / to an object of type " @"%@: %@", - _requestedLength, [_object class], of_strerror(_errNo)]; + _requestedLength, [_object class], OFStrError(_errNo)]; } @end