[Mono-bugs] [Bug 72494][Min] Changed - Bug in static field initialization

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Feb 2005 12:12:46 -0500 (EST)


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=72494

--- shadow/72494	2005-02-11 10:55:24.000000000 -0500
+++ shadow/72494.tmp.1969	2005-02-11 12:12:46.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72494
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jb.evain@dotnetguru.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -75,6 +75,13 @@
 
 Additional Information:
 This is a by design behaviour described in the spec.
 
 When this will be fixed, could the path be attached here ? I've tried one
 things or two, and I'd like to see how it should be corrected.
+
+------- Additional Comments From lupus@ximian.com  2005-02-11 12:12 -------
+Fixed in svn.
+-		if (!(field->type->attrs & FIELD_ATTRIBUTE_LITERAL))
+-			get_default_field_value (domain, field, (char*)vt->data +
+field->offset);
+