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/Globalization Compare


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Globalization CompareInfo.cs,1.8,1.9
Date: Fri, 07 Feb 2003 09:22:52 -0500

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

Modified Files:
        CompareInfo.cs 
Log Message:
fix Bug #2492 with patch #1084


Index: CompareInfo.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Globalization/CompareInfo.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** CompareInfo.cs      29 Nov 2002 03:28:30 -0000      1.8
--- CompareInfo.cs      7 Feb 2003 14:22:50 -0000       1.9
***************
*** 206,210 ****
                                                ("length2", 
_("ArgRange_StringRange"));
                                }
!                               if(string1 != null)
                                {
                                        if(offset1 >= string1.Length)
--- 206,210 ----
                                                ("length2", 
_("ArgRange_StringRange"));
                                }
!                               if(string1 != null && string1.Length != 0)
                                {
                                        if(offset1 >= string1.Length)
***************
*** 232,236 ****
                                        }
                                }
!                               if(string2 != null)
                                {
                                        if(offset2 >= string2.Length)
--- 232,236 ----
                                        }
                                }
!                               if(string2 != null && string2.Length != 0)
                                {
                                        if(offset2 >= string2.Length)





reply via email to

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