ObjFW  Diff

Differences From Artifact [9fce5e80ec]:

To Artifact [26992d06a4]:


77
78
79
80
81
82
83
84
85
86
87

	[super dealloc];
}

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