Bug fix: -blank force:... failed on appendable or closed media

This commit is contained in:
Thomas Schmitt 2013-11-10 16:36:08 +00:00
parent 6d896ce5a8
commit 321a3cf499
2 changed files with 2 additions and 2 deletions

View File

@ -3255,7 +3255,7 @@ int Xorriso_pretend_full_disc(struct XorrisO *xorriso, int flag)
"on attempt to let libburn pretend having a closed medium", 2);
if(ret<=0)
return(ret);
ret= burn_disc_pretend_full(drive);
ret= burn_disc_pretend_full_uncond(drive);
Xorriso_process_msg_queues(xorriso,0);
if(ret <= 0) {
sprintf(xorriso->info_text,

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.10.29.123448"
#define Xorriso_timestamP "2013.11.10.163500"