aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/get_header_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c
index 0280bbc91..443052f7e 100644
--- a/archival/libunarchive/get_header_tar.c
+++ b/archival/libunarchive/get_header_tar.c
@@ -48,7 +48,7 @@ static off_t getBase256_len12(const char *str)
48 while (1) { 48 while (1) {
49 if (c) 49 if (c)
50 bb_error_msg_and_die("overflow in base-256 encoded file size"); 50 bb_error_msg_and_die("overflow in base-256 encoded file size");
51 if (--len == sizeof(off_t)) 51 if (--len == sizeof(off_t))
52 break; 52 break;
53 c = *str++; 53 c = *str++;
54 } 54 }