ObjFW  Diff

Differences From Artifact [7dac30760a]:

To Artifact [1e9584387f]:


61
62
63
64
65
66
67
68

69
70
61
62
63
64
65
66
67

68
69
70







-
+


	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to get value named %@: %@",
	    _valueName, of_windows_status_to_string(_status)];
	    _valueName, OFWindowsStatusToString(_status)];
}
@end