ObjFW  Diff

Differences From Artifact [6808748419]:

To Artifact [cecd763f91]:


80
81
82
83
84
85
86
87
88
89
	[super dealloc];
}

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







|


80
81
82
83
84
85
86
87
88
89
	[super dealloc];
}

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