mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
6f2bc84506
* [xerces-c] Update to 3.2.2 * [xalan-c] Build against xerces-c 3.2.2 and include extra patches * [xalan-c] Use new vcpkg_extract_source_archive_ex() * [xerces-c] Use vcpkg_fixup_cmake_targets * [xerces-c] Disable vcpkg_test_cmake due to misbehavior in x64 * [xerces-c] Remove bin directory when building static * [xalan-c] Modernize
13 lines
590 B
Diff
13 lines
590 B
Diff
diff -urN a/c/src/xalanc/PlatformSupport/XalanLocator.hpp b/c/src/xalanc/PlatformSupport/XalanLocator.hpp
|
|
--- a/c/src/xalanc/PlatformSupport/XalanLocator.hpp 2012-09-27 07:59:33.000000000 +0100
|
|
+++ b/c/src/xalanc/PlatformSupport/XalanLocator.hpp 2018-09-07 16:07:11.070819930 +0100
|
|
@@ -91,7 +91,7 @@
|
|
const XalanDOMChar* theAlternateId = getEmptyPtr())
|
|
{
|
|
return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ?
|
|
- theLocator->getPublicId() : theAlternateId);
|
|
+ theLocator->getSystemId() : theAlternateId);
|
|
}
|
|
|
|
/**
|