[Mono-bugs] [Bug 76921][Min] Changed - Enum.FormatFlags fails to
properly handle the "No bits set" case
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 5 15:25:52 EST 2005
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76921
--- shadow/76921 2005-12-05 15:24:49.000000000 -0500
+++ shadow/76921.tmp.28592 2005-12-05 15:25:52.000000000 -0500
@@ -46,6 +46,11 @@
t = TestEnum.None;
Console.WriteLine("Enum: {0}", t);
t = TestEnum.One;
Console.WriteLine("Enum: {0}", t);
}
}
+
+------- Additional Comments From peter at novonyx.com 2005-12-05 15:25 -------
+Created an attachment (id=16170)
+Proposed fix
+
More information about the mono-bugs
mailing list