Removed quotation marks in message introduced by rev3842
This commit is contained in:
parent
3c8325e94b
commit
eaf29d9d3f
@ -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 */
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.26.151744"
|
||||
#define Xorriso_timestamP "2011.05.29.095524"
|
||||
|
Loading…
Reference in New Issue
Block a user