[Mono-devel-list] Problem with regular expressions.

Ben Maurer bmaurer at ximian.com
Tue Nov 9 08:29:13 EST 2004


> Since I am not going to be around for 8 hrs, can someone please try
> reverting
>
> [Mono-patches] mcs/class/System/System.Text.RegularExpressions
> ChangeLog,1.44,1.45 parser.cs,1.14,1.15 replace.cs,1.3,1.4
>
> This is probably the problem. I probably botched my testing when I
> checked this in last night.

-                                result += (char)c;
+                                result.Append (c);

Please change this to .Append ((char) c)

Sorry about that.





More information about the Mono-devel-list mailing list