Skip to content
Snippets Groups Projects
Commit 9f31159a authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files
parent b7480aeb
No related branches found
No related tags found
No related merge requests found
......@@ -596,7 +596,7 @@ static void route_list(t_route *x, t_symbol *sel, int argc, t_atom *argv)
}
}
}
else
else if (argv[0].a_type == A_SYMBOL) /* one symbol arg */
{
for (nelement = x->x_nelement, e = x->x_vec; nelement--; e++)
{
......
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