1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-11 11:55:12 -05:00

Merge branch 'maint'

This commit is contained in:
Dan McGee 2012-08-07 20:54:59 -05:00
commit 0c95b294e9

View File

@ -125,7 +125,8 @@ static alpm_list_t *check_replacers(alpm_handle_t *handle, alpm_pkg_t *lpkg,
alpm_list_t *replacers = NULL; alpm_list_t *replacers = NULL;
alpm_list_t *k; alpm_list_t *k;
_alpm_log(handle, ALPM_LOG_DEBUG, _alpm_log(handle, ALPM_LOG_DEBUG,
"searching for replacements for %s\n", lpkg->name); "searching for replacements for %s in %s\n",
lpkg->name, sdb->treename);
for(k = _alpm_db_get_pkgcache(sdb); k; k = k->next) { for(k = _alpm_db_get_pkgcache(sdb); k; k = k->next) {
int found = 0; int found = 0;
alpm_pkg_t *spkg = k->data; alpm_pkg_t *spkg = k->data;