dereference pointer before using

SVN revision: 67479
This commit is contained in:
Iván Briano 2012-01-23 16:51:02 +00:00
parent 17b4d5db06
commit e4178ad8e6
1 changed files with 1 additions and 1 deletions

View File

@ -2097,7 +2097,7 @@ _eina_model_type_mixin_compare(const Eina_Model *a, const Eina_Model *b, int *cm
}
}
if ((ret) && (cmp == 0))
if ((ret) && (*cmp == 0))
{
if (priv->if_children)
{