ObjFW  Diff

Differences From Artifact [fd065f5f06]:

To Artifact [4e0dc54767]:


69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
	[_mode release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	_description = [[OFString alloc] initWithFormat:
	    @"Failed to open file %@ with mode %@ in class %@! " ERRFMT, _path,
	    _mode, _inClass, ERRPARAM];

	return _description;
}

- (int)errNo
{
	return _errNo;
}








<
<
|
<


<
<







69
70
71
72
73
74
75


76

77
78


79
80
81
82
83
84
85
	[_mode release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Failed to open file %@ with mode %@ in class %@! " ERRFMT, _path,
	    _mode, _inClass, ERRPARAM];


}

- (int)errNo
{
	return _errNo;
}