ObjFW  Diff

Differences From Artifact [868fc58c92]:

To Artifact [f92ac392b8]:


73
74
75
76
77
78
79
80
81
82
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to set attribute %@ for item %@: %@",
	    _failedAttribute, _URL, of_strerror(_errNo)];
}
@end







|


73
74
75
76
77
78
79
80
81
82
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to set attribute %@ for item %@: %@",
	    _failedAttribute, _URL, OFStrError(_errNo)];
}
@end