[Mono-bugs] [Bug 58475][Nor] Changed - Incorrect long comparison
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 23:37:11 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58475
--- shadow/58475 2004-05-13 23:35:59.000000000 -0400
+++ shadow/58475.tmp.531 2004-05-13 23:37:11.000000000 -0400
@@ -100,6 +100,9 @@
if (l < 0 != ll < 0)
return 1;
return 0;
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-13 23:37 -------
+Patrik, could this be caused by your patch?