summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authorstwo@users.sourceforge.net <stwo>2012-08-04 18:54:45 (GMT)
committerstwo@users.sourceforge.net <stwo>2012-08-04 18:54:45 (GMT)
commit82302645942afc1f6e66d6d75bae8d17622e6138 (patch)
tree3b5057c47267d2f7c6e523d06dcc38f77f0911bb /unix/tclLoadDl.c
parent8814ac1a2fedd1360bd522b517d847d276c50e24 (diff)
downloadtcl-82302645942afc1f6e66d6d75bae8d17622e6138.zip
tcl-82302645942afc1f6e66d6d75bae8d17622e6138.tar.gz
tcl-82302645942afc1f6e66d6d75bae8d17622e6138.tar.bz2
Unbreak.
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index 4f9c6b8..f8fe6d3 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -177,7 +177,7 @@ FindSymbol(
Tcl_DStringFree(&ds);
if (proc == NULL && interp != NULL) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "cannot find symbol \"%s\": %s", symbol, dlerror());
+ "cannot find symbol \"%s\": %s", symbol, dlerror()));
Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
NULL);
}