From d9045bf40904d974eb8ebd7c317324096dbbaf1b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 23 Jun 2005 09:51:05 +0000 Subject: [PATCH] (size_decoder): Do not set archive_file_size --- src/xheader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0