Obeying -lfa_flags import_only_settable with -update, -update_r, and -compare
This commit is contained in:
parent
aa0d5d1309
commit
d73f4b7653
@ -489,7 +489,8 @@ int Xorriso_compare_2_files(struct XorrisO *xorriso, char *disk_adr,
|
|||||||
/* lfa_flags */
|
/* lfa_flags */
|
||||||
if(xorriso->do_aaip & (3 << 11)) {
|
if(xorriso->do_aaip & (3 << 11)) {
|
||||||
ret= Xorriso_get_lfa_flags(xorriso, NULL, disk_adr, &lfa_flags1, &max_bit,
|
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)
|
if(ret < 0)
|
||||||
goto ex;
|
goto ex;
|
||||||
ret= Xorriso_get_lfa_flags(xorriso, NULL, iso_adr, &lfa_flags2, &max_bit,
|
ret= Xorriso_get_lfa_flags(xorriso, NULL, iso_adr, &lfa_flags2, &max_bit,
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2024.09.09.134057"
|
#define Xorriso_timestamP "2024.09.14.171344"
|
||||||
|
Loading…
Reference in New Issue
Block a user