summaryrefslogtreecommitdiff
path: root/repo/zynaddsubfx/fix-bogus-strstr.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
committerdavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
commit05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch)
tree0b058ac267139f2a0525dec42b307664363e5b11 /repo/zynaddsubfx/fix-bogus-strstr.patch
parent4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff)
Making things work
Diffstat (limited to 'repo/zynaddsubfx/fix-bogus-strstr.patch')
-rw-r--r--repo/zynaddsubfx/fix-bogus-strstr.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/zynaddsubfx/fix-bogus-strstr.patch b/repo/zynaddsubfx/fix-bogus-strstr.patch
deleted file mode 100644
index 8588045..0000000
--- a/repo/zynaddsubfx/fix-bogus-strstr.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: @pullmoll
-Upstream: no
-Reason: This piece of code is ill-conceived and cannot work. Remove it.
-
---- a/rtosc/src/dispatch.c 2019-03-10 17:16:45.000000000 +0100
-+++ b/rtosc/src/dispatch.c 2020-03-29 09:02:42.916119722 +0200
-@@ -289,8 +289,7 @@
- return false;
- } else if(type == 4) {
- //extract substring
-- const char *sub=NULL;
-- return strstr(a,sub);
-+ return false;
- } else if(type == RTOSC_MATCH_OPTIONS || type == 6) {
- return false;
- } else if(type == RTOSC_MATCH_ENUMERATED) {