From 54553da760168d40992f8eaaefac17a845c29123 Mon Sep 17 00:00:00 2001 From: redman Date: Fri, 21 May 1999 18:28:45 +0000 Subject: Fix command.com bug on Windows 95/98. [Bug: 2105] --- win/tclWinPipe.c | 4 ++-- 1 file 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); } /* -- cgit v0.12