X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcreate.c;h=eaaf8a75af5b3894f686e9b000395864b379abc8;hb=ccdbafb2769c16a55565b387acea44a247001f6a;hp=4ff30542ba8fb27e0d7c268ce09c0f8163165f40;hpb=b9588c472262be876400e0804c529c57102d6f0d;p=chaz%2Ftar diff --git a/src/create.c b/src/create.c index 4ff3054..eaaf8a7 100644 --- a/src/create.c +++ b/src/create.c @@ -1195,7 +1195,6 @@ dump_dir0 (char *directory, /* Now output all the files in the directory. */ /* FIXME: Should speed this up by cd-ing into the dir. */ - for (entry = directory; (entry_len = strlen (entry)) != 0; entry += entry_len + 1) { @@ -1646,7 +1645,10 @@ dump_file0 (struct tar_stat_info *st, const char *p, if (ok) { - if (timespec_cmp (get_stat_ctime (&final_stat), original_ctime) != 0 + if ((timespec_cmp (get_stat_ctime (&final_stat), original_ctime) != 0 + /* Original ctime will change if the file is a directory and + --remove-files is given */ + && !(remove_files_option && is_dir)) || original_size < final_stat.st_size) { WARN ((0, 0, _("%s: file changed as we read it"),