mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-12 10:48:45 -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 @@
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
CP25Network::CP25Network(unsigned int port, const std::string& callsign, bool debug) :
|
||||
CP25Network::CP25Network(unsigned short port, const std::string& callsign, bool debug) :
|
||||
m_callsign(callsign),
|
||||
m_socket(),
|
||||
m_port(port),
|
||||
|
||||
Reference in New Issue
Block a user