소스 검색

(dump_file0): Restore file_count_links,accidentally removed on 2005-11-29.

Sergey Poznyakoff 19 년 전
부모
커밋
36f41eabf4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/create.c

+ 2 - 0
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;
 	}