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