Browse Source

(size_decoder): Do not set archive_file_size

Sergey Poznyakoff 20 years ago
parent
commit
d9045bf409
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xheader.c

+ 1 - 1
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