Fix sorting algorithm to add same pkgs with different transaction reasons.
This commit is contained in:
parent
fe2bbb675f
commit
f0745120f6
@ -165,6 +165,7 @@ pkgdep_end(prop_array_t sorted)
|
|||||||
pkgdep_release(pd);
|
pkgdep_release(pd);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
prop_array_add(sorted, pd->d);
|
||||||
}
|
}
|
||||||
pkgdep_release(pd);
|
pkgdep_release(pd);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user