Skip to content
Snippets Groups Projects
Commit d7825ce8 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files
parent ba0dc79b
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static void alist_anything(t_alist *x, t_symbol *s, int argc, t_atom *argv)
{
x->l_npointer++;
gpointer_copy(x->l_vec[i+1].l_a.a_w.w_gpointer, &x->l_vec[i+1].l_p);
x->l_vec[i].l_a.a_w.w_gpointer = &x->l_vec[i].l_p;
x->l_vec[i+1].l_a.a_w.w_gpointer = &x->l_vec[i+1].l_p;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment