@@ -72,18 +72,13 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Failed to link file %@ to %@ in class %@! " ERRFMT, _sourcePath, _destinationPath, _inClass, ERRPARAM]; - - return _description; } - (int)errNo { return _errNo;