aboutsummaryrefslogtreecommitdiff
path: root/tclpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tclpd.c')
-rw-r--r--tclpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tclpd.c b/tclpd.c
index 4bc0b5a..0440952 100644
--- a/tclpd.c
+++ b/tclpd.c
@@ -25,7 +25,7 @@ void tclpd_setup(void) {
t_class* foo_class = class_new(gensym("tclpd_init"), 0, 0, 0, 0, 0);
char buf[PATH_MAX];
- snprintf(buf, PATH_MAX, "%s/pdlib.tcl", foo_class->c_externdir->s_name);
+ snprintf(buf, PATH_MAX, "%s/tclpd.tcl", foo_class->c_externdir->s_name);
if(Tcl_EvalFile(tcl_for_pd, buf) != TCL_OK) {
error("tclpd loader: error loading %s", buf);
}