Taking lfa_flags mismatch as reason to add file during -update and update_r
This commit is contained in:
parent
d73f4b7653
commit
1e50cd0de0
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2024.09.14.171344"
|
||||
#define Xorriso_timestamP "2024.09.14.174800"
|
||||
|
Loading…
Reference in New Issue
Block a user