summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-19 19:50:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-19 19:50:31 (GMT)
commitb0bd6fc251a5f614850729819738be257ea0f538 (patch)
treec4722c6e8b8eeafd2ef0f4b7eee32b695ddaeda2 /unix/tclUnixPipe.c
parentee48919fcc10becb002636e8e3a7439badf9d117 (diff)
parent6643ceb1413079a9b7175b6c9fae4d81e0a0d40a (diff)
downloadtcl-b0bd6fc251a5f614850729819738be257ea0f538.zip
tcl-b0bd6fc251a5f614850729819738be257ea0f538.tar.gz
tcl-b0bd6fc251a5f614850729819738be257ea0f538.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r--unix/tclUnixPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c
index 9923ba8..c1fae5d 100644
--- a/unix/tclUnixPipe.c
+++ b/unix/tclUnixPipe.c
@@ -549,7 +549,7 @@ TclpCreateProcess(
* here, since this is the error case. [Bug: 6148]
*/
- Tcl_WaitPid((Tcl_Pid) INT2PTR(pid), &status, 0);
+ Tcl_WaitPid((Tcl_Pid)INT2PTR(pid), &status, 0);
}
if (errPipeIn) {