diff options
author | Alain Magloire | 2004-10-06 18:56:32 +0000 |
---|---|---|
committer | Alain Magloire | 2004-10-06 18:56:32 +0000 |
commit | 2ed6f2cd4df492d3ff1ce73e7433e43869310d84 (patch) | |
tree | 217e2add5e7835b8fef9e7f79dd509e9c7f38152 /core/org.eclipse.cdt.core.win32/library | |
parent | 5fdbc79e93ac0529a9ec3e7a98ebd477e1b35c61 (diff) | |
download | org.eclipse.cdt-2ed6f2cd4df492d3ff1ce73e7433e43869310d84.tar.gz org.eclipse.cdt-2ed6f2cd4df492d3ff1ce73e7433e43869310d84.tar.xz org.eclipse.cdt-2ed6f2cd4df492d3ff1ce73e7433e43869310d84.zip |
2004-09-06 Alex Chapiro
Fix for PR 75677
* os/win32/x86/spawner.dll
* library/Win32ProcessEx.c
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/library')
-rw-r--r-- | core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c b/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c index 1dd173c06e2..2732d2e0fd2 100644 --- a/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c +++ b/core/org.eclipse.cdt.core.win32/library/Win32ProcessEx.c @@ -263,6 +263,7 @@ JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec0 (*env) -> ReleaseStringChars(env, item, str);
}
}
+ szEnvBlock[nPos] = _T('\0');
}
|