diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-19 19:50:31 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-19 19:50:31 (GMT) |
| commit | b0bd6fc251a5f614850729819738be257ea0f538 (patch) | |
| tree | c4722c6e8b8eeafd2ef0f4b7eee32b695ddaeda2 /unix/tclUnixPipe.c | |
| parent | ee48919fcc10becb002636e8e3a7439badf9d117 (diff) | |
| parent | 6643ceb1413079a9b7175b6c9fae4d81e0a0d40a (diff) | |
| download | tcl-b0bd6fc251a5f614850729819738be257ea0f538.zip tcl-b0bd6fc251a5f614850729819738be257ea0f538.tar.gz tcl-b0bd6fc251a5f614850729819738be257ea0f538.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixPipe.c')
| -rw-r--r-- | unix/tclUnixPipe.c | 2 |
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) { |
