diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index e0d4daff7..45fa4bd79 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -663,7 +663,7 @@ static char get_header_tar_Z(archive_handle_t *archive_handle) | |||
663 | archive_handle->src_fd = open_transformer(archive_handle->src_fd, uncompress, "uncompress", "uncompress", "-cf", "-", NULL); | 663 | archive_handle->src_fd = open_transformer(archive_handle->src_fd, uncompress, "uncompress", "uncompress", "-cf", "-", NULL); |
664 | archive_handle->offset = 0; | 664 | archive_handle->offset = 0; |
665 | while (get_header_tar(archive_handle) == EXIT_SUCCESS) | 665 | while (get_header_tar(archive_handle) == EXIT_SUCCESS) |
666 | /* nothing */; | 666 | continue; |
667 | 667 | ||
668 | /* Can only do one file at a time */ | 668 | /* Can only do one file at a time */ |
669 | return EXIT_FAILURE; | 669 | return EXIT_FAILURE; |