Differences From Artifact [5b80fd3032]:
- File src/exceptions/OFOpenWindowsRegistryKeyFailedException.m — part of check-in [0509d7a844] at 2019-01-03 19:13:03 on branch trunk — Update copyright (user: js, size: 2117) [annotate] [blame] [check-ins using]
To Artifact [1c8f2244f2]:
- File src/exceptions/OFOpenWindowsRegistryKeyFailedException.m — part of check-in [65b31518fc] at 2019-02-10 23:58:30 on branch trunk — OFWindowsRegistryKey: Support for binary values (user: js, size: 2116) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
73 74 75 76 77 78 79 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: | | | 73 74 75 76 77 78 79 80 81 82 83 | [super dealloc]; } - (OFString *)description { return [OFString stringWithFormat: @"Failed to open subkey at path %@: Status code %u!", _path, _status]; } @end |