提交 72a69387 编写于 作者: wafwerar's avatar wafwerar

os: fix develop win32 compile error

上级 ebb0290f
......@@ -377,7 +377,7 @@ int tcpConnect(char* host, int iport) {
hints;
if (iport == 0) {
iport = 6041;
args.port = 6041
args.port = 6041;
}
if (NULL == host) {
host = "localhost";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册