aboutsummaryrefslogtreecommitdiff
path: root/scrolllist.c
diff options
context:
space:
mode:
Diffstat (limited to 'scrolllist.c')
-rw-r--r--scrolllist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrolllist.c b/scrolllist.c
index c70bae3..476c4dc 100644
--- a/scrolllist.c
+++ b/scrolllist.c
@@ -1035,7 +1035,7 @@ void scrolllist_setup(void)
class_setwidget(scrolllist_class, &scrolllist_widgetbehavior);
- sys_vgui("eval [read [open %s/%s.tcl]]\n",
+ sys_vgui("eval [read [open {%s/%s.tcl}]]\n",
scrolllist_class->c_externdir->s_name,
scrolllist_class->c_name->s_name);
}