ObjFW  Diff

Differences From Artifact [23aa08e709]:

To Artifact [d5da00b403]:


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
	return [OFString stringWithFormat:
	    @"Seeking failed in class %@! " ERRFMT, _inClass, ERRPARAM];
}

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

- (off_t)offset
{
	return _offset;
}








|







74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
	return [OFString stringWithFormat:
	    @"Seeking failed in class %@! " ERRFMT, _inClass, ERRPARAM];
}

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

- (off_t)offset
{
	return _offset;
}