[Mono-bugs] [Bug 24041] Changed - NullReferenceException in System.String.InternalReplace
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
30 Apr 2002 16:57:37 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24041
--- shadow/24041 Tue Apr 30 12:40:50 2002
+++ shadow/24041.tmp.16219 Tue Apr 30 12:57:37 2002
@@ -1,13 +1,13 @@
Bug#: 24041
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details: W2K
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: loz@cable.a2000.nl
QAContact: mono-bugs@ximian.com
@@ -41,6 +41,9 @@
------- Additional Comments From loz@cable.a2000.nl 2002-04-30 12:40 -------
this can be simplified to:
string s = "a".Replace ("xyz", "b");
+
+------- Additional Comments From dietmar@ximian.com 2002-04-30 12:57 -------
+fixed in CVS