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 Array.cs,1.10,1.11


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System Array.cs,1.10,1.11
Date: Wed, 13 Nov 2002 14:20:41 -0500

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

Modified Files:
        Array.cs 
Log Message:
Array enumerator minor bug


Index: Array.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Array.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Array.cs    20 Apr 2002 02:12:27 -0000      1.10
--- Array.cs    13 Nov 2002 19:20:39 -0000      1.11
***************
*** 469,473 ****
                                {
                                        this.array = array;
!                                       this.lower = array.GetUpperBound(0);
                                        this.upper = array.GetUpperBound(0);
                                        this.posn  = this.lower - 1;
--- 469,473 ----
                                {
                                        this.array = array;
!                                       this.lower = array.GetLowerBound(0);
                                        this.upper = array.GetUpperBound(0);
                                        this.posn  = this.lower - 1;





reply via email to

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