diff options
Diffstat (limited to 'archival/libunarchive/get_header_ar.c')
-rw-r--r-- | archival/libunarchive/get_header_ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_ar.c b/archival/libunarchive/get_header_ar.c index 7372ada32..b91c6f97d 100644 --- a/archival/libunarchive/get_header_ar.c +++ b/archival/libunarchive/get_header_ar.c | |||
@@ -79,7 +79,7 @@ char get_header_ar(archive_handle_t *archive_handle) | |||
79 | (saved in variable long_name) that conatains the real filename */ | 79 | (saved in variable long_name) that conatains the real filename */ |
80 | const unsigned int long_offset = atoi(&ar.formatted.name[1]); | 80 | const unsigned int long_offset = atoi(&ar.formatted.name[1]); |
81 | if (long_offset >= ar_long_name_size) { | 81 | if (long_offset >= ar_long_name_size) { |
82 | bb_error_msg_and_die("Cant resolve long filename"); | 82 | bb_error_msg_and_die("can't resolve long filename"); |
83 | } | 83 | } |
84 | typed->name = xstrdup(ar_long_names + long_offset); | 84 | typed->name = xstrdup(ar_long_names + long_offset); |
85 | } | 85 | } |