diff options
Diffstat (limited to 'archival/libarchive')
-rw-r--r-- | archival/libarchive/get_header_tar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libarchive/get_header_tar.c b/archival/libarchive/get_header_tar.c index 5c495e1..52fa455 100644 --- a/archival/libarchive/get_header_tar.c +++ b/archival/libarchive/get_header_tar.c @@ -414,7 +414,8 @@ char FAST_FUNC get_header_tar(archive_handle_t *archive_handle) // case 'D': /* GNU dump dir */ // case 'M': /* Continuation of multi volume archive */ // case 'N': /* Old GNU for names > 100 characters */ -// case 'V': /* Volume header */ + case 'V': /* Volume header */ + ; /* Fall through to skip it */ #endif } skip_ext_hdr: |