Bug fix: -blank force:... failed on appendable or closed media
This commit is contained in:
parent
7fd67c5f56
commit
874e50c0af
@ -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);
|
"on attempt to let libburn pretend having a closed medium", 2);
|
||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
return(ret);
|
return(ret);
|
||||||
ret= burn_disc_pretend_full(drive);
|
ret= burn_disc_pretend_full_uncond(drive);
|
||||||
Xorriso_process_msg_queues(xorriso,0);
|
Xorriso_process_msg_queues(xorriso,0);
|
||||||
if(ret <= 0) {
|
if(ret <= 0) {
|
||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2013.10.29.123448"
|
#define Xorriso_timestamP "2013.11.10.163500"
|
||||||
|
Loading…
Reference in New Issue
Block a user