aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/thmutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/thmutil.cpp')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/thmutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp
index 3e7e0fc6..36b187a7 100644
--- a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp
+++ b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp
@@ -711,7 +711,7 @@ DAPI_(HRESULT) ThemeLoadFromFile(
711 LPWSTR sczRelativePath = NULL; 711 LPWSTR sczRelativePath = NULL;
712 712
713 hr = XmlLoadDocumentFromFile(wzThemeFile, &pixd); 713 hr = XmlLoadDocumentFromFile(wzThemeFile, &pixd);
714 ThmExitOnFailure(hr, "Failed to load theme resource as XML document."); 714 ThmExitOnFailure(hr, "Failed to load theme file as XML document.");
715 715
716 hr = PathGetDirectory(wzThemeFile, &sczRelativePath); 716 hr = PathGetDirectory(wzThemeFile, &sczRelativePath);
717 ThmExitOnFailure(hr, "Failed to get relative path from theme file."); 717 ThmExitOnFailure(hr, "Failed to get relative path from theme file.");