https://bugzilla.novell.com/show_bug.cgi?id=663287

https://bugzilla.novell.com/show_bug.cgi?id=663287#c1


--- Comment #1 from Clinton Volzke <[email protected]> 2011-01-09 21:06:23 
UTC ---
To fix, change:

if (destinationType == underlyingType && value.GetType() == nullableType)

to

if (destinationType == underlyingType && value.GetType() == underlyingType)

-- 
Configure bugmail: https://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