aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/patches/010-format.patch
blob: 9ce8bd817e1f558c84bbd7d7aeeb551cb1a6f7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);
 	}