From cda243ac766171b4e6b412debe6f812518619cd8 Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 22 May 2002 16:51:59 +0000 Subject: [PATCH] fixed parameter type for socket port. --- client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.cpp b/client/client.cpp index 6cbf991c..8271c6e3 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -6,7 +6,7 @@ void realMain(const CString& name, const CString& hostname, - SInt32 port) + UInt16 port) { CThread::init(); CNetwork::init();