petite correction
This commit is contained in:
parent
59f1442eba
commit
095738c845
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int clientID = -1;
|
|||
|
||||
int socketUDP= -1;
|
||||
struct sockaddr_in UDPcliaddr;
|
||||
int UDPcliaddrlen = -1;
|
||||
socklen_t UDPcliaddrlen = -1;
|
||||
char *UDPBuffer=0;
|
||||
|
||||
int openServer(int port) {
|
||||
|
|
Loading…
Reference in a new issue