mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
fixed parameter type for socket port.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
void realMain(const CString& name,
|
||||
const CString& hostname,
|
||||
SInt32 port)
|
||||
UInt16 port)
|
||||
{
|
||||
CThread::init();
|
||||
CNetwork::init();
|
||||
|
||||
Reference in New Issue
Block a user