Differences From Artifact [3030425341]:
- File src/exceptions/OFOpenWindowsRegistryKeyFailedException.m — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 2193) [annotate] [blame] [check-ins using] [more...]
To Artifact [335390b890]:
- File src/exceptions/OFOpenWindowsRegistryKeyFailedException.m — part of check-in [f16bccc7b3] at 2024-04-29 21:42:33 on branch trunk — Properly hide private symbols (user: js, size: 2194) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
78 79 80 81 82 83 84 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: @"Failed to open subkey at path %@: %@", | | | 78 79 80 81 82 83 84 85 86 87 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: @"Failed to open subkey at path %@: %@", _path, _OFWindowsStatusToString(_status)]; } @end |