Removed quotation marks in message introduced by rev3842

This commit is contained in:
Thomas Schmitt 2011-05-29 09:56:23 +00:00
parent 4bd8c8d136
commit 96cc0a529c
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.26.151744"
#define Xorriso_timestamP "2011.05.29.095524"