### Eclipse Workspace Patch 1.0 #P org.eclipse.cdt.core.win32 Index: library/Win32ProcessEx.c =================================================================== RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c,v retrieving revision 1.22 diff -u -r1.22 Win32ProcessEx.c --- library/Win32ProcessEx.c 27 Apr 2006 16:20:53 -0000 1.22 +++ library/Win32ProcessEx.c 7 Jul 2006 18:39:10 -0000 @@ -224,7 +224,7 @@ pCurProcInfo -> eventTerminate = CreateEventW(NULL, TRUE, FALSE, eventTerminateName); ResetEvent(pCurProcInfo -> eventTerminate); - nPos = _stprintf(szCmdLine, L"%sstarter.exe %i %i %s %s %s ", path, pid, nLocalCounter, eventBreakName, eventWaitName, eventTerminateName); + nPos = _stprintf(szCmdLine, L"\"%sstarter.exe\" %i %i %s %s %s ", path, pid, nLocalCounter, eventBreakName, eventWaitName, eventTerminateName); // Prepare command line for(i = 0; i < nCmdTokens; ++i)