ObjFW  Diff

Differences From Artifact [5b80fd3032]:

To Artifact [1c8f2244f2]:


73
74
75
76
77
78
79
80
81
82
83

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to open sub key 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 %@: Status code %u!",
	    _path, _status];
}
@end