diff options
Diffstat (limited to 'src/ca/XmlFile.cpp')
| -rw-r--r-- | src/ca/XmlFile.cpp | 4 |
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 | ||
