summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorredman <redman>1999-05-21 18:28:45 (GMT)
committerredman <redman>1999-05-21 18:28:45 (GMT)
commit54553da760168d40992f8eaaefac17a845c29123 (patch)
tree87cabce865f9d5ac37d374e9332895e949c7f7e3 /win
parent0ed0dd7107a17d647337461b598f878d2aa3e191 (diff)
downloadtcl-54553da760168d40992f8eaaefac17a845c29123.zip
tcl-54553da760168d40992f8eaaefac17a845c29123.tar.gz
tcl-54553da760168d40992f8eaaefac17a845c29123.tar.bz2
Fix command.com bug on Windows 95/98. [Bug: 2105]
Diffstat (limited to 'win')
-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);
}
/*