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