summaryrefslogtreecommitdiff
path: root/archival/libarchive/header_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/header_list.c')
-rw-r--r--archival/libarchive/header_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/header_list.c b/archival/libarchive/header_list.c
index 0621aa406..9490b3635 100644
--- a/archival/libarchive/header_list.c
+++ b/archival/libarchive/header_list.c
@@ -8,5 +8,5 @@
void FAST_FUNC header_list(const file_header_t *file_header)
{
//TODO: cpio -vp DIR should output "DIR/NAME", not just "NAME" */
- puts(file_header->name);
+ puts(printable_string(file_header->name));
}