diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-15 20:44:27 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-15 20:44:27 +0000 |
commit | b43ebdb4ebbe583218d5e7802835b8d7a56c7292 (patch) | |
tree | e59f84be8dddff155270fcc94c44fa61ff47a662 /tclpd.c | |
parent | 5d7b51638d572ab41557c5a80ebff69d9320e740 (diff) |
rename pdlib.tcl to tclpd.tcl
svn path=/trunk/externals/loaders/tclpd/; revision=15605
Diffstat (limited to 'tclpd.c')
-rw-r--r-- | tclpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |