diff options
Diffstat (limited to 'textproc/xalan-c/files')
-rw-r--r-- | textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp new file mode 100644 index 000000000000..61f679c10581 --- /dev/null +++ b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp @@ -0,0 +1,11 @@ +--- src/xalanc/PlatformSupport/XalanLocator.hpp.orig 2012-09-27 06:59:33 UTC ++++ src/xalanc/PlatformSupport/XalanLocator.hpp +@@ -91,7 +91,7 @@ public: + const XalanDOMChar* theAlternateId = getEmptyPtr()) + { + return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ? +- theLocator->getPublicId() : theAlternateId); ++ theLocator->getSystemId() : theAlternateId); + } + + /** |