lib/package_find_obsoletes: fix comment
This commit is contained in:
parent
2c69345acc
commit
4d1f9832c1
@ -131,7 +131,7 @@ xbps_find_pkg_obsoletes(struct xbps_handle *xhp,
|
|||||||
rv = xbps_file_hash_check(file, oldhash);
|
rv = xbps_file_hash_check(file, oldhash);
|
||||||
if (rv == ENOENT || rv == ERANGE) {
|
if (rv == ENOENT || rv == ERANGE) {
|
||||||
/*
|
/*
|
||||||
Skip unexistent and files that do not
|
* Skip unexistent and files that do not
|
||||||
* match the hash.
|
* match the hash.
|
||||||
*/
|
*/
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user