ObjFW  Diff

Differences From Artifact [c7ac43f203]:

To Artifact [df9ee71b64]:


45
46
47
48
49
50
51
52
53
54
	return self;
}

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







|


45
46
47
48
49
50
51
52
53
54
	return self;
}

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