aboutsummaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sort.c b/src/sort.c
index 71eaf44..6169e60 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -79,6 +79,7 @@ static void sort_list(t_sort *x, t_symbol *s, int argc, t_atom *argv)
t_int *idx;
int i, loops = 1;
+ ZEXY_USEVAR(s);
sort_buffer(x, argc, argv);
buf = x->buffer;