Made HFS creator, type, blessing persistent in AAIP isofs.hx isofs.hb
This commit is contained in:
@ -817,7 +817,8 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
(( !(xorriso->ino_behavior & 2)) * isoburn_igopt_hardlinks) |
|
||||
(( (!(xorriso->ino_behavior & 2)) ||
|
||||
(xorriso->do_aaip & (2 | 8 | 16 | 256)) ||
|
||||
(xorriso->do_md5 & (2 | 4))
|
||||
(xorriso->do_md5 & (2 | 4)) ||
|
||||
xorriso->do_hfsplus
|
||||
) * isoburn_igopt_aaip) |
|
||||
((!!(xorriso->do_md5 & 2)) * isoburn_igopt_session_md5) |
|
||||
((!!(xorriso->do_md5 & 4)) * isoburn_igopt_file_md5) |
|
||||
|
Reference in New Issue
Block a user