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

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

[Dotgnu-pnet-commits] CVS: pnet/engine lib_type.c,1.34,1.35


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_type.c,1.34,1.35
Date: Fri, 18 Jul 2003 03:41:23 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv3486/engine

Modified Files:
        lib_type.c 
Log Message:
FIx minor bug in Type.ToString() for arrays


Index: lib_type.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_type.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** lib_type.c  13 Apr 2003 11:05:03 -0000      1.34
--- lib_type.c  18 Jul 2003 07:41:21 -0000      1.35
***************
*** 1159,1163 ****
                                ++len;
                        }
!                       while(rank > 0)
                        {
                                if(buf != 0)
--- 1159,1163 ----
                                ++len;
                        }
!                       while(rank > 1)
                        {
                                if(buf != 0)





reply via email to

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