[Mono-bugs] [Bug 74703][Min] Changed - Marshal.OffsetOf is broken in types with static fields
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 14:58:14 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74703
--- shadow/74703 2005-04-23 13:30:23.000000000 -0400
+++ shadow/74703.tmp.11161 2005-04-23 14:58:14.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74703
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -39,6 +39,9 @@
Marshal.OffsetOf (t, "a") == 0
Marshal.OffsetOf (t, "b") == exception
Marshal.OffsetOf (t, "c") == 4
Marshal.OffsetOf (t, "d") == exception
Marshal.OffsetOf (t, "e") == 12
+
+------- Additional Comments From vargaz@gmail.com 2005-04-23 14:58 -------
+Fixed in SVN.