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

http://bugzilla.novell.com/show_bug.cgi?id=580185#c12


--- Comment #12 from Marek Habersack <mhabers...@novell.com> 2010-03-03 
12:43:56 CET ---
(In reply to comment #11)
> Few points:
> 
> +static inline gboolean
> +info_versions_equal (MonoAssemblyBindingInfo *left, MonoAssemblyBindingInfo
> *right)
> +{
> ...
> +
> +    if (left->has_new_version && !info_compare_versions (&left->new_version,
> &right->new_version))
> +        return FALSE;
> 
> Shouldn't it check for right->has_new_version as well?
Nope, that check is made a few lines above:

if (left->has_new_version != right->has_new_version)
        return FALSE;

New patch coming up.

-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to