aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/patches/010-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/samplicator/patches/010-format.patch')
-rw-r--r--net/samplicator/patches/010-format.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/samplicator/patches/010-format.patch b/net/samplicator/patches/010-format.patch
deleted file mode 100644
index 9ce8bd817..000000000
--- a/net/samplicator/patches/010-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }