Commit a91c92c2 authored by Pavel Vainerman's avatar Pavel Vainerman

Исправил замеченный компилятором warning.

parent 7ac3527d
......@@ -139,7 +139,7 @@ void UNetSender::real_send()
packetnum = 1;
// cout << "************* send header: " << mypack.msg.header << endl;
int sz = mypack.byte_size() + sizeof(UniSetUDP::UDPHeader);
size_t sz = mypack.byte_size() + sizeof(UniSetUDP::UDPHeader);
if( !udp->isPending(ost::Socket::pendingOutput) )
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment