fixed a typo

This commit is contained in:
Aurelien Foret 2005-04-03 19:58:24 +00:00
parent a98c5c25b5
commit af759f11b5
1 changed files with 1 additions and 1 deletions

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)) {
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