From 9f31159a7b26fb233cbc335154e7c021d25eae9a Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 25 Feb 2013 22:37:53 -0500 Subject: [PATCH] bug fix http://sourceforge.net/tracker/?func=detail&aid=3605973&group_id=55736&atid=478072 --- pd/src/x_connective.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/x_connective.c b/pd/src/x_connective.c index 92f804268..94214a7a9 100644 --- a/pd/src/x_connective.c +++ b/pd/src/x_connective.c @@ -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++) { -- GitLab