aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-11-17 13:30:33 +0100
committerFabian Groffen <grobian@gentoo.org>2019-11-17 13:30:33 +0100
commitc0f8d886914471a05a53679b4345070360fea242 (patch)
treea6e32d5e27487696a36f7691d1d982a860908a5e /qxpak.c
parentqlist: fix -a option (diff)
downloadportage-utils-c0f8d886914471a05a53679b4345070360fea242.tar.gz
portage-utils-c0f8d886914471a05a53679b4345070360fea242.tar.bz2
portage-utils-c0f8d886914471a05a53679b4345070360fea242.zip
qxpak: fix list mode (forgotten newline)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'qxpak.c')
-rw-r--r--qxpak.c2
1 files changed, 1 insertions, 1 deletions
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,