Removed quotation marks in message introduced by rev3842
This commit is contained in:
@ -899,7 +899,7 @@ int Xorriso_toc(struct XorrisO *xorriso, int flag)
|
||||
else if(profile_no == 0x14) { /* DVD-RW sequential */
|
||||
ret= burn_disc_get_multi_caps(drive, BURN_WRITE_TAO, &caps, 0);
|
||||
if(ret == 0)
|
||||
sprintf(respt+strlen(respt), " , but will need -close \"on\"");
|
||||
sprintf(respt+strlen(respt), " , but will need -close on");
|
||||
if(caps != NULL)
|
||||
burn_disc_free_multi_caps(&caps);
|
||||
} else if(profile_no == 0x15) { /* DVD-RW DL */
|
||||
|
Reference in New Issue
Block a user