diff options
Diffstat (limited to 'libq/tree.c')
-rw-r--r-- | libq/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libq/tree.c b/libq/tree.c index 46786342..335ac798 100644 --- a/libq/tree.c +++ b/libq/tree.c @@ -463,7 +463,7 @@ tree_pkg_compar(const void *l, const void *r) depend_atom *al = tree_get_atom(pl, false); depend_atom *ar = tree_get_atom(pr, false); - return atom_compar_cb(al, ar); + return atom_compar_cb(&al, &ar); } static tree_pkg_ctx * |