From d07ca5863be9e0ec4c60aae3b4f6023ec027cb71 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 19 Sep 2011 16:54:20 +0000 Subject: quote the class.tcl file to be loaded using {} so spaces, special chars, etc. work in the path svn path=/trunk/externals/unauthorized/; revision=15309 --- audience~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audience~.c') diff --git a/audience~.c b/audience~.c index fc5be90..ee09ce4 100644 --- a/audience~.c +++ b/audience~.c @@ -1059,6 +1059,6 @@ void audience_tilde_setup(void) class_setwidget(audience_class_tilde, &audience_widgetbehavior); - sys_vgui("eval [read [open %s/%s.tcl]]\n", + sys_vgui("eval [read [open {%s/%s.tcl}]]\n", audience_class_tilde->c_externdir->s_name, audience_class_tilde->c_name->s_name); } -- cgit v1.2.1