ObjFW  Diff

Differences From Artifact [33ed3df82e]:

To Artifact [4170ffb974]:


65
66
67
68
69
70
71
72
73
74
75

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to change permissions of item at path %@ to %d: %@",
	    _path, _permissions, of_strerror(_errNo)];
}
@end







|



65
66
67
68
69
70
71
72
73
74
75

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to change permissions of item at path %@ to %04o: %@",
	    _path, _permissions, of_strerror(_errNo)];
}
@end