ObjFW  Diff

Differences From Artifact [21c2818dc0]:

To Artifact [f767e7aca4]:


63
64
65
66
67
68
69
70

71
72
73
74
75
63
64
65
66
67
68
69

70
71
72
73
74
75







-
+






	return self;
}

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