diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-10-08 21:32:14 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-10-08 21:32:14 +0000 |
commit | 05ab859eab8dbe14f1957d0a4e64b3f005630d45 (patch) | |
tree | ac53d2941e0f924384bb7986052baa858155a767 /lib/libalpm/cache.c | |
parent | 0d6a2edaa8e39f9d7b77f0a023e8a2bfdab7a16d (diff) | |
download | pacman-05ab859eab8dbe14f1957d0a4e64b3f005630d45.tar.xz |
Reworked the cache handling to only load DEPENDS info by default
Diffstat (limited to 'lib/libalpm/cache.c')
-rw-r--r-- | lib/libalpm/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index 31257c08..d4e19416 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -49,7 +49,7 @@ static int pkg_cmp(const void *p1, const void *p2) int db_load_pkgcache(pmdb_t *db) { pmpkg_t *info; - unsigned char infolevel = INFRQ_DESC|INFRQ_DEPENDS; + unsigned char infolevel = INFRQ_DEPENDS; if(db == NULL) { return(-1); |