diff options
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/native/native_bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index 8be72287fd9d..e1acda3b4bfd 100644 --- a/cli_ure/source/native/native_bootstrap.cxx +++ b/cli_ure/source/native/native_bootstrap.cxx @@ -236,7 +236,7 @@ void extendPath(LPCWSTR szUreBinPath) lstrcat(sNewPath, L";"); lstrcat(sNewPath, sEnvPath); } - BOOL bSet = SetEnvironmentVariable(L"PATH", sNewPath); + SetEnvironmentVariable(L"PATH", sNewPath); delete[] sEnvPath; delete[] sNewPath; |