ObjFW  Diff

Differences From Artifact [319db3107f]:

To Artifact [26f1001170]:


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

	[super dealloc];
}

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

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

	return _description;
}

- (int)errNo
{
	return _errNo;
}








<
<
|
<


<
<







68
69
70
71
72
73
74


75

76
77


78
79
80
81
82
83
84
	[_path release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Failed to change mode for file %@ to %d in class %@! " ERRFMT,
	    _path, _mode, _inClass, ERRPARAM];


}

- (int)errNo
{
	return _errNo;
}