fixed parameter type for socket port.
This commit is contained in:
parent
aa125b07c5
commit
cda243ac76
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
void realMain(const CString& name,
|
void realMain(const CString& name,
|
||||||
const CString& hostname,
|
const CString& hostname,
|
||||||
SInt32 port)
|
UInt16 port)
|
||||||
{
|
{
|
||||||
CThread::init();
|
CThread::init();
|
||||||
CNetwork::init();
|
CNetwork::init();
|
||||||
|
|
Loading…
Reference in New Issue