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 0fb14e8e4..a49081f40 100644 --- a/archival/libunarchive/get_header_tar.c +++ b/archival/libunarchive/get_header_tar.c | |||
@@ -72,7 +72,7 @@ char get_header_tar(archive_handle_t *archive_handle) | |||
72 | #if ENABLE_FEATURE_TAR_GNU_EXTENSIONS | 72 | #if ENABLE_FEATURE_TAR_GNU_EXTENSIONS |
73 | int parse_names; | 73 | int parse_names; |
74 | #else | 74 | #else |
75 | enum { parse_names = 0 }; | 75 | enum { parse_names = 1 }; |
76 | #endif | 76 | #endif |
77 | 77 | ||
78 | if (sizeof(tar) != 512) | 78 | if (sizeof(tar) != 512) |