From 36f41eabf478e0bca057bc5eda97d11157149db9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 19 Feb 2006 19:27:28 +0000 Subject: [PATCH] (dump_file0): Restore file_count_links,accidentally removed on 2005-11-29. --- src/create.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.44.0