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