ObjFW  Diff

Differences From Artifact [0ad1b990ce]:

To Artifact [44d875971e]:


59
60
61
62
63
64
65
66
67
68
	[super dealloc];
}

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







|


59
60
61
62
63
64
65
66
67
68
	[super dealloc];
}

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