You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/06/04 09:41:05 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath/axes WalkingIteratorSorted.java

sboag       01/06/04 00:41:05

  Modified:    java/src/org/apache/xpath/axes Tag: DTM_EXP
                        WalkingIteratorSorted.java
  Log:
  Set m_last in setRoot, which fixes a bug that shows up in the
  smoke tests.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +1 -0      xml-xalan/java/src/org/apache/xpath/axes/Attic/WalkingIteratorSorted.java
  
  Index: WalkingIteratorSorted.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/axes/Attic/WalkingIteratorSorted.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- WalkingIteratorSorted.java	2001/06/03 03:09:23	1.1.2.2
  +++ WalkingIteratorSorted.java	2001/06/04 07:41:04	1.1.2.3
  @@ -127,6 +127,7 @@
   
       // m_prevReturned = nextNode;
       setNextPosition(0);
  +    m_last = m_cachedNodes.size();
       m_lastFetched = DTM.NULL;
       m_currentContextNode = DTM.NULL;
       m_foundLast = true;
  
  
  

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