fixed crash in wxExecute() introduced during base/GUI split

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-04 20:08:56 +00:00
parent 45a8135252
commit 7764f97370

View File

@ -574,6 +574,9 @@ long wxExecute(wxChar **argv,
{
ARGS_CLEANUP;
// save it for WaitForChild() use
execData.pid = pid;
// prepare for IO redirection
#if wxUSE_STREAMS