ObjFW  Diff

Differences From Artifact [18185f7c97]:

To Artifact [dadaef8eb0]:


62
63
64
65
66
67
68
69
70
71
}

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







|


62
63
64
65
66
67
68
69
70
71
}

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