From 99b0b62ca25ec04b1629691a3644fdc513a52924 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 21 Oct 2009 22:37:36 +0000 Subject: Replaced paramGui abstraction by a class svn path=/trunk/externals/tof/; revision=12629 --- src/paramRoute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paramRoute.c') diff --git a/src/paramRoute.c b/src/paramRoute.c index cc02cfe..92628b1 100644 --- a/src/paramRoute.c +++ b/src/paramRoute.c @@ -76,7 +76,7 @@ static void paramRoute_anything(t_paramRoute *x, t_symbol *s, int ac, t_atom *av strcpy(param_buf_temp_a, x->root->s_name); strcpy(param_buf_temp_b, x->path->s_name); - strcat(param_buf_temp_b, s->s_name); + strcat(param_buf_temp_b, s->s_name+1); t_symbol* path = gensym(param_buf_temp_b); strcat(param_buf_temp_a, param_buf_temp_b); t_symbol* target = gensym(param_buf_temp_a); -- cgit v1.2.1