mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
fixed a typo
This commit is contained in:
parent
a98c5c25b5
commit
af759f11b5
@ -642,7 +642,7 @@ int pacman_sync(list_t *targets)
|
||||
for(lp = alpm_list_first(alpm_trans_getinfo(PM_TRANS_PACKAGES)); lp; lp = alpm_list_next(lp)) {
|
||||
PM_PKG *sync = alpm_list_getdata(lp);
|
||||
if(current == NULL) {
|
||||
PM_DB *dbs = alpm_pkg_getinfo(sync, PM_PKG_SYNCDB);
|
||||
PM_DB *dbs = alpm_pkg_getinfo(sync, PM_PKG_DB);
|
||||
/* we're starting on a new repository */
|
||||
if(!list_is_ptrin(dbs, processed)) {
|
||||
/* ORE
|
||||
|
Loading…
Reference in New Issue
Block a user