Explorar o código

fix variable type

Jindrich Makovicka %!s(int64=16) %!d(string=hai) anos
pai
achega
e9e33d131b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pinger.c

+ 1 - 1
pinger.c

@@ -651,7 +651,7 @@ void receiver()
 {
     int cc;
     struct sockaddr_in from;
-    size_t fromlen;
+    socklen_t fromlen;
     struct timeval tv,tv_old,tv_new;
     fd_set rfds;
     int avail;