diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-20 03:41:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-20 03:41:55 +0000 |
commit | 89f7ad17d05411a8c7b6a95a456d8578ea6d0975 (patch) | |
tree | 2d75bec643fb8709a4ac9d58200399392a532768 | |
parent | c6c6cc1eff82d38d9f9a4907c8c6a11f29b7e3f8 (diff) |
accepted in git commit 9acdded081c2bb57a8f3f41f32874395405d125b
svn path=/trunk/; revision=13860
-rw-r--r-- | packages/patches/switch~_bang_crash-0.43.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/patches/switch~_bang_crash-0.43.patch b/packages/patches/switch~_bang_crash-0.43.patch deleted file mode 100644 index c72dc671..00000000 --- a/packages/patches/switch~_bang_crash-0.43.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: d_ugen.c -=================================================================== ---- d_ugen.c (revision 13170) -+++ d_ugen.c (working copy) -@@ -219,6 +219,11 @@ - - static void block_bang(t_block *x) - { -+ if (!dsp_chain) -+ { -+ pd_error(x, "bang to block~ or switch~ with DSP off has no effect"); -+ return; -+ } - if (x->x_switched && !x->x_switchon) - { - t_int *ip; |