]> Dogcows Code - chaz/tar/commitdiff
(dump_file0): Restore file_count_links,accidentally removed on 2005-11-29.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 19 Feb 2006 19:27:28 +0000 (19:27 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 19 Feb 2006 19:27:28 +0000 (19:27 +0000)
src/create.c

index e1af8db8a9857915bad15ae00da77bc8da70029b..41726613fcb92e86c54beeff5fcf9b894f9ffaa7 100644 (file)
@@ -1520,6 +1520,8 @@ dump_file0 (struct tar_stat_info *st, char const *p,
              abort ();
            }
 
+         file_count_links (st);
+         
          ok = status == dump_status_ok;
        }
 
This page took 0.02947 seconds and 4 git commands to generate.