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/Private Regex.cs,1.1,1


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private Regex.cs,1.1,1.2
Date: Sun, 18 May 2003 02:34:39 -0400

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

Modified Files:
        Regex.cs 
Log Message:
Minor fix to regex


Index: Regex.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/Regex.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Regex.cs    6 Apr 2003 06:21:09 -0000       1.1
--- Regex.cs    18 May 2003 06:34:37 -0000      1.2
***************
*** 281,284 ****
--- 281,289 ----
                                                }
                                                break;
+                                               default:
+                                               {
+                                                       builder.Append(ch);
+                                               }
+                                               break;
                                        }
                                }





reply via email to

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