Added forgotten initialization of a variable
This commit is contained in:
parent
b273dd9178
commit
4b589a5743
@ -3615,6 +3615,7 @@ int Cdrskin_new(struct CdrskiN **skin, struct CdrpreskiN *preskin, int flag)
|
|||||||
o->write_type= BURN_WRITE_SAO;
|
o->write_type= BURN_WRITE_SAO;
|
||||||
o->block_type= BURN_BLOCK_SAO;
|
o->block_type= BURN_BLOCK_SAO;
|
||||||
o->multi= 0;
|
o->multi= 0;
|
||||||
|
o->cdxa_conversion= 0;
|
||||||
o->modesty_on_drive= 0;
|
o->modesty_on_drive= 0;
|
||||||
o->min_buffer_percent= 65;
|
o->min_buffer_percent= 65;
|
||||||
o->max_buffer_percent= 95;
|
o->max_buffer_percent= 95;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2010.02.25.070635"
|
#define Cdrskin_timestamP "2010.02.28.104003"
|
||||||
|
Loading…
Reference in New Issue
Block a user