]> Dogcows Code - chaz/tar/commitdiff
(size_decoder): Do not set archive_file_size
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 23 Jun 2005 09:51:05 +0000 (09:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 23 Jun 2005 09:51:05 +0000 (09:51 +0000)
src/xheader.c

index dadaf5430276c39ae731d1a78a24fb177d72f943..48c857f3f6fbbceda633f440a64218ee493e5f47 100644 (file)
@@ -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
This page took 0.028506 seconds and 4 git commands to generate.