changed type to remove warning with gcc

This commit is contained in:
skarg
2005-12-04 00:25:10 +00:00
parent 25a8e90222
commit 1d407c435d
+1 -1
View File
@@ -217,7 +217,7 @@ uint16_t bip_receive(
int max;
struct timeval select_timeout;
struct sockaddr_in sin = {-1};
int sin_len = sizeof(sin);
socklen_t sin_len = sizeof(sin);
/* Make sure the socket is open */
if (BIP_Socket < 0)