diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-03-04 11:00:06 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-03-04 11:00:06 (GMT) |
commit | 07323b0f298a362c79e61a8b5984b0d9862e534e (patch) | |
tree | cf2dd2d5fd60bfe3adbcf38e78f3e68c0c9b1b4b /win | |
parent | e519681e7dae6918c1f7ea5ef9865bb647804d62 (diff) | |
parent | 423d8bf1e34f5281814b35f98870ad998d807b3e (diff) | |
download | tcl-07323b0f298a362c79e61a8b5984b0d9862e534e.zip tcl-07323b0f298a362c79e61a8b5984b0d9862e534e.tar.gz tcl-07323b0f298a362c79e61a8b5984b0d9862e534e.tar.bz2 |
Merge current main branch
Diffstat (limited to 'win')
-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 60764e6..bce4d52 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -1101,7 +1101,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 |