Browse Source

petite correction

Sebastien DI MERCURIO 5 years ago
parent
commit
095738c845
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      software/raspberry/superviseur-robot/lib/src/server.cpp

+ 1
- 1
software/raspberry/superviseur-robot/lib/src/server.cpp View File

@@ -28,7 +28,7 @@ int clientID = -1;
28 28
 
29 29
 int socketUDP= -1;
30 30
 struct sockaddr_in UDPcliaddr;
31
-int UDPcliaddrlen = -1;
31
+socklen_t UDPcliaddrlen = -1;
32 32
 char *UDPBuffer=0;
33 33
 
34 34
 int openServer(int port) {

Loading…
Cancel
Save