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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Collections Stack.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Collections Stack.cs,1.2,1.3
Date: Fri, 21 Feb 2003 23:19:31 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Collections
In directory subversions:/tmp/cvs-serv30565/runtime/System/Collections

Modified Files:
        Stack.cs 
Log Message:


Bug in Stack.Push() - the new item was not pushed when
the stack was reallocated.


Index: Stack.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Collections/Stack.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Stack.cs    15 Dec 2001 02:12:59 -0000      1.2
--- Stack.cs    22 Feb 2003 04:19:28 -0000      1.3
***************
*** 201,204 ****
--- 201,205 ----
                                        }
                                        items = newItems;
+                                       items[size++] = obj;
                                }
                                ++generation;





reply via email to

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