Network: Replace unsigned int by size_t for size
Former-commit-id: efa7e2f50ae370f96871726be7906332ca8969a4
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Nz
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int AbstractSocket::QueryAvailableBytes() const
|
||||
std::size_t AbstractSocket::QueryAvailableBytes() const
|
||||
{
|
||||
if (m_handle == SocketImpl::InvalidHandle)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user