ObjFW  Diff

Differences From Artifact [b267411948]:

To Artifact [23aa08e709]:


68
69
70
71
72
73
74
75
76
77

78
79
80
81
82
83
84
85
86
87
88
68
69
70
71
72
73
74



75

76


77
78
79
80
81
82
83







-
-
-
+
-

-
-







	[_stream release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Seeking failed in class %@! " ERRFMT, _inClass, ERRPARAM];

	return _description;
}

- (OFSeekableStream*)stream
{
	OF_GETTER(_stream, NO)
}