mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 08:35:06 -04:00
* Forgot the second printf in the last commit
This commit is contained in:
parent
871e123cf3
commit
37a3f26d2a
@ -352,7 +352,7 @@ void cb_trans_progress(pmtransprog_t event, char *pkgname, const int percent,
|
||||
opr, pkglen, pkgname);
|
||||
break;
|
||||
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);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user