[Mono-bugs] [Bug 71576][Wis] Changed - ABCREM should obtain relationship info from % operators
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 10:54:22 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71576
--- shadow/71576 2005-01-21 10:47:29.000000000 -0500
+++ shadow/71576.tmp.30233 2005-01-21 10:54:22.000000000 -0500
@@ -50,6 +50,10 @@
for (int i = -100; i < 100; ++i)
sum += arr [i % 10];
}
}
Throws an exception.
+
+------- Additional Comments From vargaz@gmail.com 2005-01-21 10:54 -------
+Thats true, but if we replace int with uint (as in the hashtable code),
+then it should work.