Fix net simple_prx for gcc 14

This commit is contained in:
Wouter Wijsman
2024-05-18 22:43:15 +02:00
parent 2a9802e68d
commit 02bb3a4fa8

View File

@@ -65,7 +65,7 @@ void start_server(const char *szIpAddr)
int sock;
int new = -1;
struct sockaddr_in client;
size_t size;
long unsigned int size;
int readbytes;
char data[1024];
fd_set set;