@@ -70,17 +70,12 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Seeking failed in class %@! " ERRFMT, _inClass, ERRPARAM]; - - return _description; } - (OFSeekableStream*)stream { OF_GETTER(_stream, NO)