diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:44:42 (GMT) |
commit | e2b7aacde0b54ede80212fed9a78769e97cfad9a (patch) | |
tree | 18b7d7b323f17ccdb5624da38b4ae2ec0f9767c5 /unix/tclUnixTest.c | |
parent | bc5ad3cf65f93eea249301f61a37cefaafa8c410 (diff) | |
parent | 64d7cb80a01248468fed1f40a6eda03c71e126fd (diff) | |
download | tcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.zip tcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.tar.gz tcl-e2b7aacde0b54ede80212fed9a78769e97cfad9a.tar.bz2 |
Improve bunch of error-messages
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r-- | unix/tclUnixTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index 26c590d..4d95309 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -209,7 +209,7 @@ TestfilehandlerCmd( fcntl(GetFd(pipePtr->readFile), F_SETFL, O_NONBLOCK); fcntl(GetFd(pipePtr->writeFile), F_SETFL, O_NONBLOCK); #else - Tcl_AppendResult(interp, "can't make pipes non-blocking", + Tcl_AppendResult(interp, "cannot make pipes non-blocking", (char *)NULL); return TCL_ERROR; #endif |