[Mono-bugs] [Bug 77443][Wis] Changed - gmcs miscompiles code?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 2 18:34:31 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77443
--- shadow/77443 2006-02-02 05:14:45.000000000 -0500
+++ shadow/77443.tmp.25935 2006-02-02 18:34:31.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77443
Product: Mono: Compilers
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: alp at atoker.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -49,6 +49,9 @@
- //fd = Open (host, display);
- fd = OpenXcb (host, display);
+ fd = Open (host, display);
+ //fd = OpenXcb (host, display);
Console.Error.WriteLine ("fd: " + fd);
//ConnectToFD (fd, null);
+
+------- Additional Comments From miguel at ximian.com 2006-02-02 18:34 -------
+Fixed.
More information about the mono-bugs
mailing list