diff options
-rw-r--r-- | archival/libunarchive/get_header_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c index e7a3aeeb3..5310f3f7c 100644 --- a/archival/libunarchive/get_header_tar.c +++ b/archival/libunarchive/get_header_tar.c | |||
@@ -285,7 +285,7 @@ char FAST_FUNC get_header_tar(archive_handle_t *archive_handle) | |||
285 | file_header->mode |= S_IFBLK; | 285 | file_header->mode |= S_IFBLK; |
286 | goto size0; | 286 | goto size0; |
287 | case '5': | 287 | case '5': |
288 | set_dir: | 288 | USE_FEATURE_TAR_OLDGNU_COMPATIBILITY(set_dir:) |
289 | file_header->mode |= S_IFDIR; | 289 | file_header->mode |= S_IFDIR; |
290 | goto size0; | 290 | goto size0; |
291 | case '6': | 291 | case '6': |