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