Calling isoburn_cancel_prepared_write() after failed isoburn_disc_write()
This commit is contained in:
parent
3d0c97541f
commit
713e0581f2
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.05.05.210317"
|
||||
#define Xorriso_timestamP "2008.05.06.084439"
|
||||
|
@ -1027,6 +1027,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
if(!isoburn_drive_wrote_well(drive)) {
|
||||
isoburn_cancel_prepared_write(source_drive, drive, 0);
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
sprintf(xorriso->info_text,
|
||||
"libburn indicates failure with writing.");
|
||||
|
Loading…
Reference in New Issue
Block a user