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