mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-08 00:44:54 -04:00
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
const unsigned int BUFFER_LENGTH = 200U;
|
||||
|
||||
CNetwork::CNetwork(unsigned int port) :
|
||||
CNetwork::CNetwork(unsigned short port) :
|
||||
m_socket(port),
|
||||
m_addr(),
|
||||
m_addrLen(0U)
|
||||
|
||||
Reference in New Issue
Block a user