forked from ariadne/pkgconf
cache: when removing a package from the cache unset the cached flag
parent
01c3e6f8b5
commit
e41e464152
|
@ -174,7 +174,7 @@ pkgconf_cache_remove(pkgconf_client_t *client, pkgconf_pkg_t *pkg)
|
||||||
|
|
||||||
if (slot == NULL)
|
if (slot == NULL)
|
||||||
return;
|
return;
|
||||||
|
(*slot)->flags &= ~PKGCONF_PKG_PROPF_CACHED;
|
||||||
*slot = NULL;
|
*slot = NULL;
|
||||||
|
|
||||||
qsort(client->cache_table, client->cache_count,
|
qsort(client->cache_table, client->cache_count,
|
||||||
|
|
Loading…
Reference in New Issue