Increment error count on filelist conflicts in local database
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
2d190d5a33
commit
d56e9ed083
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ static int check_db_local_filelist_conflicts(alpm_list_t *pkglist)
|
||||||
alpm_pkg_get_name(prev_fileitem->pkg),
|
alpm_pkg_get_name(prev_fileitem->pkg),
|
||||||
alpm_pkg_get_name(fileitem->pkg),
|
alpm_pkg_get_name(fileitem->pkg),
|
||||||
fileitem->file->name);
|
fileitem->file->name);
|
||||||
|
ret++;
|
||||||
}
|
}
|
||||||
prev_fileitem = fileitem;
|
prev_fileitem = fileitem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue