ObjFW  Diff

Differences From Artifact [998c78be5a]:

To Artifact [fd424614b6]:


58
59
60
61
62
63
64
65
66
67

	[super dealloc];
}

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







|


58
59
60
61
62
63
64
65
66
67

	[super dealloc];
}

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