Removed quotation marks in message introduced by rev3842

master
Thomas Schmitt 12 years ago
parent 4bd8c8d136
commit 96cc0a529c

@ -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…
Cancel
Save