Enabled Burnfree buffer underrun protection by default

This commit is contained in:
2007-01-30 22:01:10 +00:00
parent c997bd206b
commit 0665eeecff
3 changed files with 12 additions and 15 deletions

View File

@ -2521,7 +2521,7 @@ int Cdrskin_new(struct CdrskiN **skin, struct CdrpreskiN *preskin, int flag)
o->block_type= BURN_BLOCK_SAO;
o->multi= 0;
o->write_start_address= -1.0;
o->burnfree= 0;
o->burnfree= 1;
o->do_eject= 0;
o->eject_device[0]= 0;
o->source_path[0]= 0;