Differences From Artifact [f45ef169fb]:
- File src/exceptions/OFChangePermissionsFailedException.m — part of check-in [20a5c3d547] at 2013-06-27 09:38:30 on branch trunk — Improve OFFile API. (user: js, size: 1668) [annotate] [blame] [check-ins using]
To Artifact [95d5918ec4]:
- File src/exceptions/OFChangePermissionsFailedException.m — part of check-in [85e8ccc3a5] at 2013-11-20 22:06:00 on branch trunk — Make exception properties atomic. (user: js, size: 1667) [annotate] [blame] [check-ins using]
| ︙ | |||
72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + |
return [OFString stringWithFormat:
@"Failed to change permissions of item at path %@ to %d! " ERRFMT,
_path, _permissions, ERRPARAM];
}
- (OFString*)path
{
|