aboutsummaryrefslogtreecommitdiff
path: root/src/repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repack.c')
-rw-r--r--src/repack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repack.c b/src/repack.c
index c7b527b..e0ccef0 100644
--- a/src/repack.c
+++ b/src/repack.c
@@ -117,6 +117,7 @@ static void repack_list(t_repack *x, t_symbol *s, int argc, t_atom *argv)
{
int remain = x->outputsize - x->current;
t_atom *ap = argv;
+ ZEXY_USEVAR(s);
if (argc >= remain) {
memcpy(x->buffer+x->current, ap, remain * sizeof(t_atom));