[Mono-bugs] [Bug 52283][Nor] Changed - String.StartsWith(String.Empty) throws ArgumentOutOfRangeException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 08:51:26 -0500 (EST)
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 pcgod@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52283
--- shadow/52283 2003-12-17 01:26:20.000000000 -0500
+++ shadow/52283.tmp.12560 2003-12-17 08:51:26.000000000 -0500
@@ -74,6 +74,11 @@
+ if (value == String.Empty)
+ return true;
+
if (this.length < value.length) {
return(false);
}
+
+------- Additional Comments From pcgod@gmx.net 2003-12-17 08:51 -------
+Created an attachment (id=6268)
+proposed patch
+