aboutsummaryrefslogtreecommitdiff
path: root/src/paramRoute.c
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-07 00:41:31 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-07 00:41:31 +0000
commitcd658ffed1329080f06f84e890dcda4302ca5864 (patch)
treeac51de57a2ff6289dc8b06ec29876091fe5534e7 /src/paramRoute.c
parentdcd3ce848a86fc70339ed94432d96aee73d63e62 (diff)
replacing the old param with the new param
svn path=/trunk/externals/tof/; revision=12553
Diffstat (limited to 'src/paramRoute.c')
-rw-r--r--src/paramRoute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramRoute.c b/src/paramRoute.c
index 44db9e7..cc02cfe 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 + 1);
+ strcat(param_buf_temp_b, s->s_name);
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);