Skip to content
Snippets Groups Projects
Commit 7976d047 authored by James R.'s avatar James R.
Browse files

Enbiglarge ip field of server list to fit IPv6 addresses

parent c9631565
No related branches found
No related tags found
Loading
......@@ -33,7 +33,7 @@ typedef union
typedef struct
{
msg_header_t header;
char ip[16];
char ip[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"];
char port[8];
char name[32];
INT32 room;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment