[Mono-bugs] [Bug 74737][Nor] Changed - Formatters.Binary differences in serialization of a float on MS.NET and MONO

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Apr 2005 09:03:25 -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 davide.morelli@parser.it.

http://bugzilla.ximian.com/show_bug.cgi?id=74737

--- shadow/74737	2005-04-27 08:13:43.000000000 -0400
+++ shadow/74737.tmp.20727	2005-04-27 09:03:25.000000000 -0400
@@ -153,6 +153,13 @@
 How often does this happen? 
 always
 
 ------- Additional Comments From lluis@ximian.com  2005-04-27 08:13 -------
 Which mono version are you using? this looks like a little-endian
 issue that was fixed in mono 1.1.6.
+
+------- Additional Comments From davide.morelli@parser.it  2005-04-27 09:03 -------
+mono -V says:
+Mono JIT compiler version 1.1.5
+
+I'll try with 1.1.6 then...
+Thank you!