commit:     c0f8d886914471a05a53679b4345070360fea242
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 12:30:33 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 12:30:33 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c0f8d886

qxpak: fix list mode (forgotten newline)

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 qxpak.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qxpak.c b/qxpak.c
index fd0ec5d..c08b793 100644
--- a/qxpak.c
+++ b/qxpak.c
@@ -75,7 +75,7 @@ _xpak_callback(
        }
 
        if (verbose == 0 + (xctx->extract ? 1 : 0))
-               printf("%.*s", pathname_len, pathname);
+               printf("%.*s\n", pathname_len, pathname);
        else if (verbose == 1 + (xctx->extract ? 1 : 0))
                printf("%.*s: %d byte%s\n",
                                pathname_len, pathname,

Reply via email to