Fix sorting algorithm to add same pkgs with different transaction reasons.

This commit is contained in:
Juan RP 2011-06-25 22:53:16 +02:00
parent fe2bbb675f
commit f0745120f6

View File

@ -165,6 +165,7 @@ pkgdep_end(prop_array_t sorted)
pkgdep_release(pd);
continue;
}
prop_array_add(sorted, pd->d);
}
pkgdep_release(pd);
}