Differences From Artifact [10cafd22cd]:
- File src/exceptions/OFBindDDPSocketFailedException.m — part of check-in [15e5bfc523] at 2022-11-06 21:32:53 on branch trunk — OFBindDDPSocketFailedException: Fix typo (user: js, size: 2064) [annotate] [blame] [check-ins using] [more...]
To Artifact [3628420ad1]:
- File src/exceptions/OFBindDDPSocketFailedException.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 2066) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 | - - + + |
return self;
}
- (OFString *)description
{
return [OFString stringWithFormat:
@"Binding to port %" @PRIx8 @" of node %" @PRIx8 @" on network "
|