Silenced compiler warning

This commit is contained in:
Thomas Schmitt 2009-09-09 17:42:31 +00:00
parent 28a1b4dcba
commit 97ac17512f
2 changed files with 2 additions and 2 deletions

View File

@ -4829,7 +4829,7 @@ int Cdrskin_minfo(struct CdrskiN *skin, int flag)
int last_leadout= 0;
struct burn_drive *drive;
struct burn_disc *disc= NULL;
struct burn_session **sessions;
struct burn_session **sessions= NULL;
struct burn_track **tracks;
struct burn_toc_entry toc_entry;
enum burn_disc_status s;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.09.173452"
#define Cdrskin_timestamP "2009.09.09.174337"