ObjFW  Diff

Differences From Artifact [8ebcf82a75]:

To Artifact [c3f3d9bb60]:


58
59
60
61
62
63
64
65
66
67
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to change the current directory path to %@: %@",
	    _path, of_strerror(_errNo)];
}
@end







|


58
59
60
61
62
63
64
65
66
67
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to change the current directory path to %@: %@",
	    _path, OFStrError(_errNo)];
}
@end