aboutsummaryrefslogtreecommitdiff
path: root/src/tabset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabset.c')
-rw-r--r--src/tabset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabset.c b/src/tabset.c
index d55cd66..3275532 100644
--- a/src/tabset.c
+++ b/src/tabset.c
@@ -50,6 +50,7 @@ static void tabset_list(t_tabset *x, t_symbol *s, int argc, t_atom* argv)
t_garray *A;
int npoints;
t_float *vec;
+ ZEXY_USEVAR(s);
if (!(A = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class)))
error("%s: no such array", x->x_arrayname->s_name);