X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fxheader.c;h=48c857f3f6fbbceda633f440a64218ee493e5f47;hb=f319c5575b7b98776a778e00b009f17e9814a71c;hp=dadaf5430276c39ae731d1a78a24fb177d72f943;hpb=040b5ab5f969f9ee6c69a54bc284e2ff57b86556;p=chaz%2Ftar diff --git a/src/xheader.c b/src/xheader.c index dadaf54..48c857f 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -1009,7 +1009,7 @@ size_decoder (struct tar_stat_info *st, char const *arg) { uintmax_t u; if (decode_num (&u, arg, TYPE_MAXIMUM (off_t), "size")) - st->archive_file_size = st->stat.st_size = u; + st->stat.st_size = u; } static void