New options -quoted_path_list, -quoted_not_list. Multiline for -options_from_file

This commit is contained in:
2008-10-15 18:26:48 +00:00
parent 97d81a1a4c
commit d0b53ac018
5 changed files with 212 additions and 87 deletions

View File

@ -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)");