mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-26 13:16:18 +03:00
fixed parameter type for socket port.
This commit is contained in:
parent
aa125b07c5
commit
cda243ac76
@ -6,7 +6,7 @@
|
||||
|
||||
void realMain(const CString& name,
|
||||
const CString& hostname,
|
||||
SInt32 port)
|
||||
UInt16 port)
|
||||
{
|
||||
CThread::init();
|
||||
CNetwork::init();
|
||||
|
Loading…
Reference in New Issue
Block a user