diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-22 21:12:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-22 21:12:27 (GMT) |
commit | 3983643839c9f6b6bfd02dc6f4d1ea1e8e8b3c78 (patch) | |
tree | 80a90ccfc780570880025868872ba4939ee05c6d /generic/tkConsole.c | |
parent | dae178c6fb5d174b35f7b985caf0d8669349aeb3 (diff) | |
download | tk-3983643839c9f6b6bfd02dc6f4d1ea1e8e8b3c78.zip tk-3983643839c9f6b6bfd02dc6f4d1ea1e8e8b3c78.tar.gz tk-3983643839c9f6b6bfd02dc6f4d1ea1e8e8b3c78.tar.bz2 |
Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fails, in stead of simply abort()
Diffstat (limited to 'generic/tkConsole.c')
-rw-r--r-- | generic/tkConsole.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkConsole.c b/generic/tkConsole.c index e93c0fc..cbbd260 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.c @@ -226,8 +226,7 @@ Tk_InitConsoleChannels(interp) Tcl_Channel consoleChannel; /* - * Ensure that we are getting the matching version of Tcl. This is - * really only an issue when Tk is loaded dynamically. + * Ensure that we are getting the matching version of Tcl. */ if (Tcl_InitStubs(interp, TCL_VERSION, 1) == NULL) { |