aboutsummaryrefslogtreecommitdiff
path: root/openpatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpatch.c')
-rw-r--r--openpatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpatch.c b/openpatch.c
index 86b7b7d..ee72236 100644
--- a/openpatch.c
+++ b/openpatch.c
@@ -56,7 +56,7 @@ static void openpatch_symbol(t_openpatch *x, t_symbol *s)
}
else {
strcpy (filename,s->s_name);
- sprintf (path,x->x_path->s_name);
+ strcpy (path,x->x_path->s_name);
}
post ("path:%s , name:%s",path,filename);
glob_evalfile(0,gensym(filename),gensym(path));