summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/query.c')
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index bd2d8c5d..d899539f 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -261,7 +261,7 @@ static int query_upgrades(void)
return(-1);
}
if(syncpkgs) {
- display_targets(syncpkgs, db_local);
+ display_synctargets(syncpkgs);
return(0);
}