[Mono-bugs] [Bug 559600] DateTime -> DATE marshaling not working on 64 bit Linux.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 1 12:20:31 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=559600
http://bugzilla.novell.com/show_bug.cgi?id=559600#c1
--- Comment #1 from tom hindle <tom_hindle at sil.org> 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.
More information about the mono-bugs
mailing list