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 --- grid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grid.c') diff --git a/grid.c b/grid.c index eec9184..a287aed 100644 --- a/grid.c +++ b/grid.c @@ -711,6 +711,6 @@ void grid_setup(void) class_setwidget(grid_class, &grid_widgetbehavior); - sys_vgui("eval [read [open %s/%s.tcl]]\n", + sys_vgui("eval [read [open {%s/%s.tcl}]]\n", grid_class->c_externdir->s_name, grid_class->c_name->s_name); } -- cgit v1.2.1