freebsd-ports/editors/e93/files/patch-shell.c
Alexey Dokuchaev b788976fec - Update to version 1.4.3 (upstream does not embed version in the source
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
2019-09-27 11:05:57 +00:00

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);
}