1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

2004-09-06 Alex Chapiro

Fix for PR 75677
	* os/win32/x86/spawner.dll
	* library/Win32ProcessEx.c
This commit is contained in:
Alain Magloire 2004-10-06 18:56:32 +00:00
parent 5fdbc79e93
commit 2ed6f2cd4d
3 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,10 @@
2004-0813 Alex Chapiro
2004-09-06 Alex Chapiro
Fix for PR 75677
* os/win32/x86/spawner.dll
* library/Win32ProcessEx.c
2004-08-13 Alex Chapiro
Fix for PR PR 71601

View file

@ -263,6 +263,7 @@ JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec0
(*env) -> ReleaseStringChars(env, item, str);
}
}
szEnvBlock[nPos] = _T('\0');
}