diff options
| author | oehhar <harald.oehlmann@elmicron.de> | 2024-02-27 20:31:06 (GMT) |
|---|---|---|
| committer | oehhar <harald.oehlmann@elmicron.de> | 2024-02-27 20:31:06 (GMT) |
| commit | 0f69363cfe123c08d3fd32779ca6b62b97281ccc (patch) | |
| tree | 26efab3b7797b65fc699bc51e487cc68a0234ab2 | |
| parent | 208e868b60981ad970dca74d009df9ebfd2b56ff (diff) | |
| parent | 476a5943fb7070d1f07ffbb3491bd193be7b0cea (diff) | |
| download | tcl-0f69363cfe123c08d3fd32779ca6b62b97281ccc.zip tcl-0f69363cfe123c08d3fd32779ca6b62b97281ccc.tar.gz tcl-0f69363cfe123c08d3fd32779ca6b62b97281ccc.tar.bz2 | |
Merge mark
| -rw-r--r-- | win/tclWinPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index 5c0f95e..5bf5165 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -1096,7 +1096,7 @@ TclpCreateProcess( */ if (HasConsole()) { - createFlags = 0; + createFlags = 0; } else if (applType == APPL_DOS) { /* * Under NT, 16-bit DOS applications will not run unless they can |
