aboutsummaryrefslogtreecommitdiff
path: root/tcl_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_loader.c')
-rw-r--r--tcl_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_loader.c b/tcl_loader.c
index 184eb20..95d0232 100644
--- a/tcl_loader.c
+++ b/tcl_loader.c
@@ -53,7 +53,7 @@ gotone:
post("Tcl loader: loaded %s", filename);
} else {
post("Tcl loader: error trying to load %s", filename);
- tclpd_interp_error(result);
+ tclpd_interp_error(NULL, result);
return 0;
}