New -early_stdio_test option appendable_wo
This commit is contained in:
@ -1242,9 +1242,10 @@ int Xorriso_status(struct XorrisO *xorriso, char *filter, FILE *fp, int flag)
|
||||
Xorriso_status_result(xorriso,filter,fp,flag&2);
|
||||
}
|
||||
|
||||
is_default= ((xorriso->early_stdio_test & 6) == 0);
|
||||
is_default= ((xorriso->early_stdio_test & 14) == 0);
|
||||
sprintf(line, "-early_stdio_test %s\n",
|
||||
xorriso->early_stdio_test & 6 ? "on" : "off");
|
||||
xorriso->early_stdio_test & 6 ? xorriso->early_stdio_test & 8 ?
|
||||
"appendable_wo" : "on" : "off");
|
||||
if(!(is_default && no_defaults))
|
||||
Xorriso_status_result(xorriso,filter,fp,flag&2);
|
||||
|
||||
|
Reference in New Issue
Block a user