b788976fec
file, but comparing both files' contents shows that it is legit update) - Convert rather cumbersome `post-patch' target to patches, removing the changes that were integrated upstream - Actualize USES and USE_XORG lists, reword the COMMENT text while here
11 lines
331 B
C
11 lines
331 B
C
--- 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);
|
|
}
|