Differences From Artifact [2bc8a0bd80]:
- File src/exceptions/OFSandboxActivationFailedException.m — part of check-in [1b82d3bf4f] at 2021-03-07 20:25:21 on branch trunk — *.m: Fold methods into one line where it fits (user: js, size: 1368) [annotate] [blame] [check-ins using] [more...]
To Artifact [32c83692ab]:
- File src/exceptions/OFSandboxActivationFailedException.m — part of check-in [e73c65a849] at 2021-04-18 22:56:46 on branch new-naming-convention — Rename all symbols marked extern (user: js, size: 1367) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
54 55 56 57 58 59 60 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: | | | 54 55 56 57 58 59 60 61 62 63 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: @"The sandbox could not be applied: %@", OFStrError(_errNo)]; } @end |