fixed parameter type for socket port.

This commit is contained in:
crs 2002-05-22 16:51:59 +00:00
parent aa125b07c5
commit cda243ac76
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
void realMain(const CString& name,
const CString& hostname,
SInt32 port)
UInt16 port)
{
CThread::init();
CNetwork::init();