Making use of new API call
This commit is contained in:
parent
140cb16708
commit
aeebb37d5a
@ -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);
|
||||
if(ret<=0)
|
||||
return(ret);
|
||||
ret= burn_disc_pretend_full_uncond(drive);
|
||||
|
||||
ret= isoburn_disc_pretend_full_uncond(drive);
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
if(ret <= 0) {
|
||||
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