ObjFW  Diff

Differences From Artifact [63bcef0c89]:

To Artifact [194a416a76]:


55
56
57
58
59
60
61
62
63
64
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"A lock of type %@ could not be locked: %s",
	    _lock.class, strerror(_errNo)];
}
@end







|


55
56
57
58
59
60
61
62
63
64
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"A lock of type %@ could not be locked: %s",
	    [_lock class], strerror(_errNo)];
}
@end