summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-05-21 18:28:45 (GMT)
committerredman <redman@noemail.net>1999-05-21 18:28:45 (GMT)
commit06e3494aba576a8f97238fa2367e02a6e3fac570 (patch)
tree87cabce865f9d5ac37d374e9332895e949c7f7e3 /win/tclWinPipe.c
parent4526f5b49fbd84b693e9991690d72d10491f9fb3 (diff)
downloadtcl-06e3494aba576a8f97238fa2367e02a6e3fac570.zip
tcl-06e3494aba576a8f97238fa2367e02a6e3fac570.tar.gz
tcl-06e3494aba576a8f97238fa2367e02a6e3fac570.tar.bz2
Fix command.com bug on Windows 95/98. [Bug: 2105]
FossilOrigin-Name: 619d2dc2d1c2641fd980343ee19df4c33faef219
Diffstat (limited to 'win/tclWinPipe.c')
-rw-r--r--win/tclWinPipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c
index d91a860..6d182fa 100644
--- a/win/tclWinPipe.c
+++ b/win/tclWinPipe.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinPipe.c,v 1.5 1999/04/16 00:48:09 stanton Exp $
+ * RCS: @(#) $Id: tclWinPipe.c,v 1.6 1999/05/21 18:28:45 redman Exp $
*/
#include "tclWinInt.h"
@@ -1452,7 +1452,7 @@ TclpCreateProcess(
*/
if (applType == APPL_DOS) {
- WaitForSingleObject(hProcess, 50);
+ WaitForSingleObject(procInfo.hProcess, 50);
}
/*