diff options
Diffstat (limited to 'archival/libunarchive/header_list.c')
-rw-r--r-- | archival/libunarchive/header_list.c | 1 |
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 @@ | |||
7 | 7 | ||
8 | void FAST_FUNC header_list(const file_header_t *file_header) | 8 | void FAST_FUNC header_list(const file_header_t *file_header) |
9 | { | 9 | { |
10 | //TODO: cpio -vp DIR should output "DIR/NAME", not just "NAME" */ | ||
10 | puts(file_header->name); | 11 | puts(file_header->name); |
11 | } | 12 | } |