Taking lfa_flags mismatch as reason to add file during -update and update_r

This commit is contained in:
Thomas Schmitt 2024-09-14 19:53:14 +02:00
parent d73f4b7653
commit 1e50cd0de0
2 changed files with 4 additions and 3 deletions

View File

@ -1006,9 +1006,10 @@ overwrite:;
added_overwrote= 1;
}
} else if(compare_result&(4|16|32|256|512|1024|(1<<19)|(1<<20)|(1<<22))) {
} else if(compare_result &
(4|16|32|256|512|1024|(1<<19)|(1<<20)|(1<<22) | (1 << 26))) {
/* access permissions, user id, group id, mtime, atime, ctime, ACL, xattr,
dev_ino missing */
dev_ino missing, lfa_flags */
if(flag & 1)
goto overwrite;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2024.09.14.171344"
#define Xorriso_timestamP "2024.09.14.174800"