New -lfa_flags mode "auto_on"

This commit is contained in:
2024-07-23 18:56:09 +02:00
parent 9ca64c4e9f
commit ce66b6a7e4
6 changed files with 105 additions and 74 deletions

View File

@ -3789,6 +3789,8 @@ int Xorriso_status(struct XorrisO *xorriso, char *filter, FILE *fp, int flag)
strcat(line, "on");
else
strcat(line, "off");
if(xorriso->lfa_flags_setting & 4)
strcat(line, ":auto_on");
if(xorriso->lfa_flags_setting & (1 << 11))
strcat(line, ":read");
else