From: Sergey Poznyakoff Date: Sun, 19 Feb 2006 19:27:28 +0000 (+0000) Subject: (dump_file0): Restore file_count_links,accidentally removed on 2005-11-29. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=36f41eabf478e0bca057bc5eda97d11157149db9;p=chaz%2Ftar (dump_file0): Restore file_count_links,accidentally removed on 2005-11-29. --- diff --git a/src/create.c b/src/create.c index e1af8db..4172661 100644 --- a/src/create.c +++ b/src/create.c @@ -1520,6 +1520,8 @@ dump_file0 (struct tar_stat_info *st, char const *p, abort (); } + file_count_links (st); + ok = status == dump_status_ok; }