diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/logutil.cpp')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/logutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/logutil.cpp b/src/libs/dutil/WixToolset.DUtil/logutil.cpp index 94c21374..88a90d8c 100644 --- a/src/libs/dutil/WixToolset.DUtil/logutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/logutil.cpp | |||
@@ -133,7 +133,7 @@ extern "C" HRESULT DAPI LogOpen( | |||
133 | hr = PathConcat(wzDirectory, wzLog, &sczCombined); | 133 | hr = PathConcat(wzDirectory, wzLog, &sczCombined); |
134 | LoguExitOnFailure(hr, "Failed to combine the log path."); | 134 | LoguExitOnFailure(hr, "Failed to combine the log path."); |
135 | 135 | ||
136 | if (!PathIsFullyQualified(sczCombined, NULL)) | 136 | if (!PathIsFullyQualified(sczCombined)) |
137 | { | 137 | { |
138 | hr = PathExpand(&LogUtil_sczLogPath, sczCombined, PATH_EXPAND_FULLPATH); | 138 | hr = PathExpand(&LogUtil_sczLogPath, sczCombined, PATH_EXPAND_FULLPATH); |
139 | LoguExitOnFailure(hr, "Failed to expand the log path."); | 139 | LoguExitOnFailure(hr, "Failed to expand the log path."); |