New options -quoted_path_list, -quoted_not_list. Multiline for -options_from_file
This commit is contained in:
@ -6356,7 +6356,7 @@ int Xorriso_atip(struct XorrisO *xorriso, int flag)
|
||||
if(ret<=0)
|
||||
return(0);
|
||||
respt= xorriso->result_line;
|
||||
sprintf(respt, "Device type :");
|
||||
sprintf(respt, "Device type : ");
|
||||
ret= burn_drive_get_drive_role(drive);
|
||||
if(ret==0)
|
||||
sprintf(respt+strlen(respt), "%s\n", "Emulated (null-drive)");
|
||||
|
Reference in New Issue
Block a user