Another bug fix for revision 724

This commit is contained in:
Thomas Schmitt 2007-02-17 08:52:07 +00:00
parent ca69e3f2ca
commit 6ccd359c93
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.02.16.111941"
#define Cdrskin_timestamP "2007.02.17.085118"

View File

@ -355,7 +355,8 @@ int burn_track_set_sectors(struct burn_track *t, int sectors)
int burn_track_set_fillup(struct burn_track *t, int fill_up_media)
{
t->fill_up_media = fill_up_media;
t->open_ended = 0;
if (fill_up_media)
t->open_ended = 0;
return 1;
}