Add fabricated disc status.

This commit is contained in:
Vreixo Formoso Lopes
2007-09-13 10:29:49 +00:00
parent 1d37dc892a
commit afd6178b6c
3 changed files with 18 additions and 7 deletions

View File

@ -52,6 +52,7 @@ int isoburn_new(struct isoburn **objpt, int flag)
o->treatment= 1;
o->target_ropts= NULL;
o->new_wopts= NULL;
o->fabricated_disc_status= BURN_DISC_UNREADY;
for(i=0;i<65536;i++)
o->target_iso_head[i]= 0;
o->target_volset= NULL;