aboutsummaryrefslogblamecommitdiff
path: root/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp
blob: 61f679c10581bb642f08b77e604b7c2d6c9d681f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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);
     }
 
     /**