diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:23:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-15 20:23:54 (GMT) |
commit | 539dee14dd53a081a6787a33d0cc731b5b2f329f (patch) | |
tree | ee872a83d3c887e120a260f12250968fde5101bf /unix/tclUnixTest.c | |
parent | 5eed049c6cf5c50b4c4994f26c13d27a48581f78 (diff) | |
download | tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.zip tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.tar.gz tcl-539dee14dd53a081a6787a33d0cc731b5b2f329f.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 2358d06..4c9ee8d 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -207,7 +207,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 |