Another bug fix for revision 724

This commit is contained in:
2007-02-17 08:52:07 +00:00
parent 8c2e145472
commit f20a598dc0
2 changed files with 3 additions and 2 deletions

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;
}