1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

fixed a typo

This commit is contained in:
Aurelien Foret 2005-04-03 19:58:24 +00:00
parent a98c5c25b5
commit af759f11b5

View File

@ -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)) { for(lp = alpm_list_first(alpm_trans_getinfo(PM_TRANS_PACKAGES)); lp; lp = alpm_list_next(lp)) {
PM_PKG *sync = alpm_list_getdata(lp); PM_PKG *sync = alpm_list_getdata(lp);
if(current == NULL) { 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 */ /* we're starting on a new repository */
if(!list_is_ptrin(dbs, processed)) { if(!list_is_ptrin(dbs, processed)) {
/* ORE /* ORE