ObjFW  Diff

Differences From Artifact [26992d06a4]:

To Artifact [4d64ce1c37]:


77
78
79
80
81
82
83
84
85
86
87

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to create subkey at path %@: Status code %u!",
	    _path, _status];
}
@end







|
|


77
78
79
80
81
82
83
84
85
86
87

	[super dealloc];
}

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