aboutsummaryrefslogtreecommitdiff
path: root/src/relay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/relay.c')
-rw-r--r--src/relay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/relay.c b/src/relay.c
index fad984b..e0609df 100644
--- a/src/relay.c
+++ b/src/relay.c
@@ -149,6 +149,7 @@ static void *relay_new(t_symbol *s, int argc, t_atom *argv)
t_relayelement *e;
t_relay *x = (t_relay *)pd_new(relay_class);
t_atom a;
+ ZEXY_USEVAR(s);
if (argc == 0)
{
argc = 1;