ObjFW  Diff

Differences From Artifact [4afe52f449]:

To Artifact [47b84af63f]:


66
67
68
69
70
71
72
73
74
75
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Seeking failed in stream of type %@: %@",
	    _stream.class, of_strerror(_errNo)];
}
@end







|


66
67
68
69
70
71
72
73
74
75
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Seeking failed in stream of type %@: %@",
	    _stream.class, OFStrError(_errNo)];
}
@end