You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
330 B

--- a/samplicate.c
+++ b/samplicate.c
@@ -560,7 +560,7 @@ samplicate (ctx)
}
if (len != sizeof remote_address)
{
- fprintf (stderr, "recvfrom() return address length %d - expected %d\n",
+ fprintf (stderr, "recvfrom() return address length %d - expected %zu\n",
len, sizeof remote_address);
exit (1);
}