From 37a3f26d2aa61474d0e7d9117a70dc5facc28883 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 22 Feb 2007 04:46:34 +0000 Subject: * Forgot the second printf in the last commit --- src/pacman/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/trans.c b/src/pacman/trans.c index f88ca710..b5581d75 100644 --- a/src/pacman/trans.c +++ b/src/pacman/trans.c @@ -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; } -- cgit v1.2.3-24-g4f1b