Use int8_t instead of char
This commit is contained in:
parent
c591ca3547
commit
4e73c4a229
4 changed files with 4 additions and 5 deletions
|
@ -55,8 +55,7 @@
|
|||
{
|
||||
OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];
|
||||
|
||||
[sock connectToService: [OFString stringWithFormat: @"%u", port]
|
||||
onNode: server];
|
||||
[sock connectToHost: server onPort: port];
|
||||
[self _startStream];
|
||||
|
||||
[pool release];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue