ObjFW  Diff

Differences From Artifact [9676a55c0c]:

To Artifact [93bf3837d6]:


75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
	    @"Seeking failed in class %@! " ERRFMT, inClass, ERRPARAM];

	return description;
}

- (OFSeekableStream*)stream
{
	return stream;
}

- (off_t)offset
{
	return offset;
}








|







75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
	    @"Seeking failed in class %@! " ERRFMT, inClass, ERRPARAM];

	return description;
}

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

- (off_t)offset
{
	return offset;
}