Making use of new API call
This commit is contained in:
parent
1424d7539f
commit
f8fb13591a
@ -3318,7 +3318,8 @@ 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_uncond(drive);
|
|
||||||
|
ret= isoburn_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 "2014.05.03.114648"
|
#define Xorriso_timestamP "2014.05.03.114930"
|
||||||
|
Loading…
Reference in New Issue
Block a user