diff options
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/net_common.c b/source/net_common.c index 3ee5494..ff837b0 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -75,7 +75,7 @@ static cvar_t *net_backlog; static loopback_t loopbacks[NS_COUNT]; static SOCKET udp_sockets[NS_COUNT] = { INVALID_SOCKET, INVALID_SOCKET }; -static const char *const socketNames[NS_COUNT] = { "Client", "Server" }; +static const char socketNames[NS_COUNT][8] = { "Client", "Server" }; static SOCKET tcp_socket = INVALID_SOCKET; static fileHandle_t net_logFile; |