ObjFW  Diff

Differences From Artifact [a962360020]:

To Artifact [ec26a362b7]:


68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
	return [OFString stringWithFormat:
	    @"Failed to change the current directory path to %@! " ERRFMT,
	    _path, ERRPARAM];
}

- (OFString*)path
{
	OF_GETTER(_path, false)
}

- (int)errNo
{
	return _errNo;
}
@end







|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
	return [OFString stringWithFormat:
	    @"Failed to change the current directory path to %@! " ERRFMT,
	    _path, ERRPARAM];
}

- (OFString*)path
{
	OF_GETTER(_path, true)
}

- (int)errNo
{
	return _errNo;
}
@end