diff options
Diffstat (limited to 'archival/libunarchive/get_header_cpio.c')
-rw-r--r-- | archival/libunarchive/get_header_cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_cpio.c b/archival/libunarchive/get_header_cpio.c index d405d0e1b..bc766c6aa 100644 --- a/archival/libunarchive/get_header_cpio.c +++ b/archival/libunarchive/get_header_cpio.c | |||
@@ -31,7 +31,7 @@ char get_header_cpio(archive_handle_t *archive_handle) | |||
31 | oldtmp = NULL; | 31 | oldtmp = NULL; |
32 | 32 | ||
33 | while (tmp) { | 33 | while (tmp) { |
34 | bb_error_msg_and_die("need to fix this\n"); | 34 | bb_error_msg_and_die("need to fix this"); |
35 | if (tmp->entry->link_name) { /* Found a hardlink ready to be extracted */ | 35 | if (tmp->entry->link_name) { /* Found a hardlink ready to be extracted */ |
36 | file_header = tmp->entry; | 36 | file_header = tmp->entry; |
37 | if (oldtmp) { | 37 | if (oldtmp) { |