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 09:32:09.000000000 -0500
+++ shadow/80805.tmp.8191       2007-02-12 09:56:30.000000000 -0500
@@ -195,6 +195,17 @@
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-02-12 09:32 -------
 Can you upload the app somewhere for download?
 Otherwise you can change the corlib implementation of Substring() in
 the mono sources to Console.WriteLine() the data (in
 mcs/class/corlib/System/String.cs).
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-02-12 09:56 -------
+Since the app only works with data available over VPN, it would be
+useless to send it to you. I need to recompile the sources then.
+Could you send me the exact code to replace the code
+
+                         if (startIndex > this.length - length)
+                                throw new ArgumentOutOfRangeException
+("startIndex + length > this.length");
+
+in the file mcs/class/corlib/System/String.cs with please?
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to