cleaned up some warnings.

This commit is contained in:
skarg
2005-10-17 20:54:17 +00:00
parent a384de5bbf
commit 3ca33605fe
3 changed files with 10 additions and 9 deletions
+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);
size_t sin_len = sizeof(sin);
/* Make sure the socket is open */
if (BIP_Socket < 0)