Obeying -lfa_flags import_only_settable with -update, -update_r, and -compare

This commit is contained in:
Thomas Schmitt 2024-09-14 19:33:30 +02:00
parent aa0d5d1309
commit d73f4b7653
2 changed files with 3 additions and 2 deletions

View File

@ -489,7 +489,8 @@ int Xorriso_compare_2_files(struct XorrisO *xorriso, char *disk_adr,
/* lfa_flags */
if(xorriso->do_aaip & (3 << 11)) {
ret= Xorriso_get_lfa_flags(xorriso, NULL, disk_adr, &lfa_flags1, &max_bit,
2 | ((flag & (1 << 28)) >> 23));
2 | ((flag & (1 << 28)) >> 23) |
((!!(xorriso->do_aaip & (1 << 15))) << 7));
if(ret < 0)
goto ex;
ret= Xorriso_get_lfa_flags(xorriso, NULL, iso_adr, &lfa_flags2, &max_bit,

View File

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