Fix clang compile error
This commit is contained in:
parent
1b9c0f1030
commit
96def00c7c
@ -222,7 +222,7 @@ void cRCONServer::cConnection::OnReceivedData(const char * a_Data, size_t a_Size
|
|||||||
m_Link.reset();
|
m_Link.reset();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Length > static_cast<Int32>(m_Buffer.size() + 4))
|
if (Length > static_cast<UInt32>(m_Buffer.size() + 4))
|
||||||
{
|
{
|
||||||
// Incomplete packet yet, wait for more data to come
|
// Incomplete packet yet, wait for more data to come
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user