* Forgot the second printf in the last commit

This commit is contained in:
Aaron Griffin 2007-02-22 04:46:34 +00:00
parent 871e123cf3
commit 37a3f26d2a
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ void cb_trans_progress(pmtransprog_t event, char *pkgname, const int percent,
opr, pkglen, pkgname); opr, pkglen, pkgname);
break; break;
case PM_TRANS_PROGRESS_CONFLICTS_START: case PM_TRANS_PROGRESS_CONFLICTS_START:
printf("(%*d/%*d) %-*s", digits, remain, digits, howmany, printf("(%2$*1$d/%3$*1$d) %5$-*4$s", digits, remain, howmany,
textlen, opr); textlen, opr);
break; break;
} }