aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_loader.c b/tcl_loader.c
index 6e6ba8e..59f0b40 100644
--- a/tcl_loader.c
+++ b/tcl_loader.c
@@ -68,7 +68,7 @@ found:
Tcl_Eval(tclpd_interp, "set current_auto_path $auto_path");
snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", dirbuf);
Tcl_Eval(tclpd_interp, buf);
- verbose(0, buf);
+ verbose(0, "%s", buf);
// load tcl external:
verbose(-1, "tclpd loader: loading tcl file %s", filename);