aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/header_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/header_list.c')
-rw-r--r--archival/libunarchive/header_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/header_list.c b/archival/libunarchive/header_list.c
index 6ec2df363..b1c425aca 100644
--- a/archival/libunarchive/header_list.c
+++ b/archival/libunarchive/header_list.c
@@ -7,5 +7,6 @@
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);
}