ObjFW  Diff

Differences From Artifact [2bc8a0bd80]:

To Artifact [32c83692ab]:


54
55
56
57
58
59
60
61
62
63

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The sandbox could not be applied: %@", of_strerror(_errNo)];
}
@end







|


54
55
56
57
58
59
60
61
62
63

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The sandbox could not be applied: %@", OFStrError(_errNo)];
}
@end