Avoiding repeated PVD read attempts if first reading of PVD yielded error

This commit is contained in:
2011-04-22 08:18:41 +00:00
parent be08aa8b5c
commit f860e24e58
5 changed files with 16 additions and 2 deletions

View File

@ -135,6 +135,7 @@ int isoburn_new(struct isoburn **objpt, int flag)
o->truncate= 0;
o->iso_source= NULL;
o->fabricated_disc_status= BURN_DISC_UNREADY;
o->media_read_error= 0;
o->toc= NULL;
o->wrote_well= -1;
o->loaded_partition_offset= 0;