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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80805 --- shadow/80805 2007-02-12 10:35:21.000000000 -0500 +++ shadow/80805.tmp.8950 2007-02-12 11:02:38.000000000 -0500 @@ -247,6 +247,13 @@ before if (startIndex > this.length - length) throw new ArgumentOutOfRangeException ("startIndex + length > this.length"); help to solve this? + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-12 11:02 ------- +Your change won't help, since length is 1 and the string is the empty +string. The exception is correct. We should try to get where from the +empty string comes from: likely your sw depends on getting a non-empty +string there (if this is windows code, for example, that asked a drive +name, like C:, D:, and there are no drive names in unix filesystems). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
