New commands -projid, -get_projid, -get_projid_r, -set_projid, -set_projid_r, -find test -has_projid, -find actions get_projid, set_projid, get_projid_minmax
This commit is contained in:
@ -51,6 +51,8 @@ int Xorriso_set_ignore_aclea(struct XorrisO *xorriso, int flag)
|
||||
hflag|= 8;
|
||||
if(xorriso->do_aaip & 2048)
|
||||
hflag|= 4;
|
||||
if(xorriso->do_aaip & (1 << 17))
|
||||
hflag|= 64;
|
||||
if(xorriso->do_aaip & (1 << 15))
|
||||
hflag|= 32;
|
||||
iso_image_set_ignore_aclea(volume, hflag);
|
||||
|
Reference in New Issue
Block a user