dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Xml NodeList.cs,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml NodeList.cs,1.5,1.6
Date: Wed, 05 Mar 2003 02:48:00 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Xml
In directory subversions:/tmp/cvs-serv18440/System.Xml

Modified Files:
        NodeList.cs 
Log Message:


Fix node iterator, which was skipping the first child (bug #2692).


Index: NodeList.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/NodeList.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** NodeList.cs 6 Dec 2002 04:58:32 -0000       1.5
--- NodeList.cs 5 Mar 2003 07:47:56 -0000       1.6
***************
*** 243,246 ****
--- 243,250 ----
                                                        return false;
                                                }
+                                               else
+                                               {
+                                                       return true;
+                                               }
                                        }
                                        current = current.list.nextSibling;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]