ObjFW  Diff

Differences From Artifact [1c8f2244f2]:

To Artifact [d20d506b04]:


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







|
|


73
74
75
76
77
78
79
80
81
82
83

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to open subkey at path %@: %@",
	    _path, of_windows_status_to_string(_status)];
}
@end