[Mono-bugs] [Bug 23498] Changed - op_Explicit() is using the byte version where int is needed

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Apr 2002 16:08:59 -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 lupus@ximian.com.

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

--- shadow/23498	Tue Apr 16 12:08:43 2002
+++ shadow/23498.tmp.17749	Fri Apr 19 12:08:59 2002
@@ -1,16 +1,16 @@
 Bug#: 23498
-Product: Mono/Runtime
+Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: RedHat 7.2
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: misc
+Severity: Unknown
+Priority: Normal
+Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -32,6 +32,11 @@
 				return 1;
 		}
 	
 	}
 
 }
+
+------- Additional Comments From lupus@ximian.com  2002-04-19 12:08 -------
+Ok, I fixed the runtime bug in cvs.
+I'll leave the bug open (and assigned to mcs) because the
+sample program doesn't compile with mcs (both on linux and windows).