Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sun, 17 Nov 2019 15:12:40
Message-Id: 1573993833.c0f8d886914471a05a53679b4345070360fea242.grobian@gentoo
1 commit: c0f8d886914471a05a53679b4345070360fea242
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 12:30:33 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 12:30:33 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c0f8d886
7
8 qxpak: fix list mode (forgotten newline)
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 qxpak.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/qxpak.c b/qxpak.c
16 index fd0ec5d..c08b793 100644
17 --- a/qxpak.c
18 +++ b/qxpak.c
19 @@ -75,7 +75,7 @@ _xpak_callback(
20 }
21
22 if (verbose == 0 + (xctx->extract ? 1 : 0))
23 - printf("%.*s", pathname_len, pathname);
24 + printf("%.*s\n", pathname_len, pathname);
25 else if (verbose == 1 + (xctx->extract ? 1 : 0))
26 printf("%.*s: %d byte%s\n",
27 pathname_len, pathname,