[Mono-bugs] [Bug 80671][Nor] Changed - In mono/metadata/profiler.c %ll formats are not portable to Win32

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 28 14:53:12 EST 2007


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 at gmail.com.

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

--- shadow/80671	2007-01-30 09:39:06.000000000 -0500
+++ shadow/80671.tmp.26472	2007-02-28 14:53:12.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80671
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: tml at novell.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -39,6 +39,10 @@
 -	fprintf (poutput, "Total number of calls: %lld\n", (long long)total_calls);
 +	fprintf (poutput, "Total number of calls: %" G_GINT64_FORMAT "\n", (long
 long)total_calls);
  }
  
  typedef struct {
+
+------- Additional Comments From vargaz at gmail.com  2007-02-28 14:53 -------
+This is now checked in.
+


More information about the mono-bugs mailing list