diff options
Diffstat (limited to 'repo/zynaddsubfx/fix-bogus-strstr.patch')
-rw-r--r-- | repo/zynaddsubfx/fix-bogus-strstr.patch | 16 |
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) { |