Browse Source

fix variable type

Jindrich Makovicka 16 năm trước cách đây
mục cha
commit
e9e33d131b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;