ObjFW  Diff

Differences From Artifact [58dd984cfb]:

To Artifact [2e85de50c3]:


68
69
70
71
72
73
74
75

76
77
68
69
70
71
72
73
74

75
76
77







-
+


	[super dealloc];
}

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