http://bugzilla.novell.com/show_bug.cgi?id=559600

http://bugzilla.novell.com/show_bug.cgi?id=559600#c1


--- Comment #1 from tom hindle <[email protected]> 2009-12-01 17:20:30 UTC ---
Changing from:

if (((klass->flags & TYPE_ATTRIBUTE_LAYOUT_MASK) ==
TYPE_ATTRIBUTE_EXPLICIT_LAYOUT) ||
            klass->blittable || klass->enumtype)

To:

if (((klass->flags & TYPE_ATTRIBUTE_LAYOUT_MASK) ==
TYPE_ATTRIBUTE_EXPLICIT_LAYOUT) ||
            (klass->blittable && klass != date_time_class) || klass->enumtype)

Fixes the issue but I guess thats just shifting the problem?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to