[Mono-bugs] [Bug 24378] Changed - Named attribute arguments bug.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
13 May 2002 21:12:01 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24378
--- shadow/24378 Tue May 7 20:33:41 2002
+++ shadow/24378.tmp.3970 Mon May 13 17:12:01 2002
@@ -1,14 +1,14 @@
Bug#: 24378
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,9 @@
[StructLayout(LayoutKind.Explicit,Size=32,CharSet=CharSet.Ansi)]
struct FloatHack
{
[FieldOffset(0)] public float fh_float;
[FieldOffset(0)] public int fh_int;
}
+
+------- Additional Comments From miguel@ximian.com 2002-05-13 17:12 -------
+This bug has been fixed