Reacted on compiler warning

This commit is contained in:
Thomas Schmitt 2012-01-11 12:20:35 +00:00
parent 2c10b444a1
commit ac7f4e90a4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.01.11.111602"
#define Cdrskin_timestamP "2012.01.11.122013"

View File

@ -456,7 +456,7 @@ struct cue_sheet *burn_create_toc_entries(struct burn_write_opts *o,
int nwa)
{
int i, m, s, f, form, pform, runtime = -150, ret, track_length;
int leadin_form, leadin_start, pregap;
int leadin_form, leadin_start, pregap = 150;
unsigned char ctladr, scms;
struct burn_drive *d;
struct burn_toc_entry *e;