aboutsummaryrefslogtreecommitdiff
path: root/scratcher~.c
diff options
context:
space:
mode:
Diffstat (limited to 'scratcher~.c')
-rw-r--r--scratcher~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratcher~.c b/scratcher~.c
index d0a8c90..94de48c 100644
--- a/scratcher~.c
+++ b/scratcher~.c
@@ -814,7 +814,7 @@ void scratcher_tilde_setup(void)
class_addmethod(scratcher_class, (t_method)scratcher_reset, gensym("reset"), A_NULL);
class_addmethod(scratcher_class, (t_method)scratcher_dialog, gensym("dialog"), A_GIMME, A_NULL);
- sys_vgui("eval [read [open %s/%s.tcl]]\n",
+ sys_vgui("eval [read [open {%s/%s.tcl}]]\n",
scratcher_class->c_externdir->s_name,
scratcher_class->c_name->s_name);
}