You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2007/07/25 00:45:34 UTC

svn commit: r559247 - /xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp

Author: dbertoni
Date: Tue Jul 24 15:45:33 2007
New Revision: 559247

URL: http://svn.apache.org/viewvc?view=rev&rev=559247
Log:
Patch for Jira issue XALANC-650.

Modified:
    xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp

Modified: xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp?view=diff&rev=559247&r1=559246&r2=559247
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XPathProcessorImpl.cpp Tue Jul 24 15:45:33 2007
@@ -934,7 +934,7 @@
 
     const GetCachedString   theGuard(*m_constructionContext);
 
-    XalanDOMString  theResult = theGuard.get();
+    XalanDOMString&     theResult = theGuard.get();
 
     error(
             XalanMessageLoader::getMessage(



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org