aboutsummaryrefslogtreecommitdiff
path: root/src/ca/XmlFile.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-24 19:25:31 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-24 21:03:13 +1000
commitcc4ec6c316ca6c318e1605bc6a6315794830486d (patch)
tree0520b5bbb7971529920b79d21faf6e1555fbeb03 /src/ca/XmlFile.cpp
parente6819014f41294ea2e465338a821014080e265d1 (diff)
downloadwix-cc4ec6c316ca6c318e1605bc6a6315794830486d.tar.gz
wix-cc4ec6c316ca6c318e1605bc6a6315794830486d.tar.bz2
wix-cc4ec6c316ca6c318e1605bc6a6315794830486d.zip
Update dependencies.
Run tests before packing and don't build twice.
Diffstat (limited to 'src/ca/XmlFile.cpp')
-rw-r--r--src/ca/XmlFile.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ca/XmlFile.cpp b/src/ca/XmlFile.cpp
index 71c9a390..d7cb227e 100644
--- a/src/ca/XmlFile.cpp
+++ b/src/ca/XmlFile.cpp
@@ -599,9 +599,7 @@ extern "C" UINT __stdcall ExecXmlFile(
599 } 599 }
600 else 600 else
601 { 601 {
602 hr = E_NOTIMPL; 602 ExitOnFailure(hr = E_NOTIMPL, "Error: current MSXML version does not support xpath query.");
603 ExitTrace(hr, "Error: current MSXML version does not support xpath query.");
604 ExitFunction();
605 } 603 }
606 } 604 }
607 605