summaryrefslogtreecommitdiff
path: root/src/burn/engine/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/cache.cpp')
-rw-r--r--src/burn/engine/cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/cache.cpp b/src/burn/engine/cache.cpp
index 5d81e1ba..2b7d6ede 100644
--- a/src/burn/engine/cache.cpp
+++ b/src/burn/engine/cache.cpp
@@ -563,7 +563,7 @@ extern "C" HRESULT CacheGetLocalSourcePaths(
563 fPreferSourcePathLocation = !pCache->fRunningFromCache || FAILED(hr); 563 fPreferSourcePathLocation = !pCache->fRunningFromCache || FAILED(hr);
564 fTryLastFolder = SUCCEEDED(hr) && sczLastSourceFolder && *sczLastSourceFolder && CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, NORM_IGNORECASE, pCache->sczSourceProcessFolder, -1, sczLastSourceFolder, -1); 564 fTryLastFolder = SUCCEEDED(hr) && sczLastSourceFolder && *sczLastSourceFolder && CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, NORM_IGNORECASE, pCache->sczSourceProcessFolder, -1, sczLastSourceFolder, -1);
565 fTryRelativePath = CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, NORM_IGNORECASE, wzSourcePath, -1, wzRelativePath, -1); 565 fTryRelativePath = CSTR_EQUAL != ::CompareStringW(LOCALE_NEUTRAL, NORM_IGNORECASE, wzSourcePath, -1, wzRelativePath, -1);
566 fSourceIsAbsolute = PathIsAbsolute(wzSourcePath); 566 fSourceIsAbsolute = PathIsRooted(wzSourcePath);
567 567
568 // If the source path provided is a full path, try that first. 568 // If the source path provided is a full path, try that first.
569 if (fSourceIsAbsolute) 569 if (fSourceIsAbsolute)