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 --- playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index 9769994..0b5bd5e 100644 --- a/playlist.c +++ b/playlist.c @@ -1053,7 +1053,7 @@ void playlist_setup(void) class_setwidget(playlist_class, &playlist_widgetbehavior); - sys_vgui("eval [read [open %s/%s.tcl]]\n", + sys_vgui("eval [read [open {%s/%s.tcl}]]\n", playlist_class->c_externdir->s_name, playlist_class->c_name->s_name); } -- cgit v1.2.1