ObjFW  Diff

Differences From Artifact [1cc76fa0b0]:

To Artifact [e227c18ccc]:


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

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Getting an option in a stream of type %@ failed: %@",
	    [_stream class], of_strerror(_errNo)];
}
@end







|


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

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Getting an option in a stream of type %@ failed: %@",
	    _stream.class, of_strerror(_errNo)];
}
@end