diff options
Diffstat (limited to 'src/burn/engine/variable.cpp')
-rw-r--r-- | src/burn/engine/variable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/variable.cpp b/src/burn/engine/variable.cpp index e2b1f1f2..e7391a9f 100644 --- a/src/burn/engine/variable.cpp +++ b/src/burn/engine/variable.cpp | |||
@@ -1916,7 +1916,6 @@ static HRESULT InitializeVariableTempFolder( | |||
1916 | HRESULT hr = S_OK; | 1916 | HRESULT hr = S_OK; |
1917 | WCHAR wzPath[MAX_PATH] = { }; | 1917 | WCHAR wzPath[MAX_PATH] = { }; |
1918 | 1918 | ||
1919 | // get volume path name | ||
1920 | if (!::GetTempPathW(MAX_PATH, wzPath)) | 1919 | if (!::GetTempPathW(MAX_PATH, wzPath)) |
1921 | { | 1920 | { |
1922 | ExitWithLastError(hr, "Failed to get temp path."); | 1921 | ExitWithLastError(hr, "Failed to get temp path."); |