aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp')
-rw-r--r--textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 61f679c10581..000000000000
--- a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
-
- /**