summaryrefslogtreecommitdiff
path: root/editors/e93/files/patch-shell.c
blob: a2fce92a28f432483b3bc874b61581a61c026c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- shell.c.orig	2009-12-26 20:34:58 UTC
+++ shell.c
@@ -1070,7 +1070,7 @@ static bool InitTcl(char *pathName)
 			}
 			else
 			{
-				SetError("Failed to Tcl_Init(): %s",Tcl_GetResult(tclInterpreter));
+				SetError("Failed to Tcl_Init(): %s",Tcl_GetStringResult(tclInterpreter));
 			}
 			UnInitChannels(tclInterpreter);
 		}