ObjFW  Diff

Differences From Artifact [0afa5a091c]:

To Artifact [6f0f1c63f5]:


64
65
66
67
68
69
70
71
72
73

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







|


64
65
66
67
68
69
70
71
72
73

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