Another bug fix for revision 724
This commit is contained in:
parent
8c2e145472
commit
f20a598dc0
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.02.16.111941"
|
#define Cdrskin_timestamP "2007.02.17.085118"
|
||||||
|
@ -355,6 +355,7 @@ int burn_track_set_sectors(struct burn_track *t, int sectors)
|
|||||||
int burn_track_set_fillup(struct burn_track *t, int fill_up_media)
|
int burn_track_set_fillup(struct burn_track *t, int fill_up_media)
|
||||||
{
|
{
|
||||||
t->fill_up_media = fill_up_media;
|
t->fill_up_media = fill_up_media;
|
||||||
|
if (fill_up_media)
|
||||||
t->open_ended = 0;
|
t->open_ended = 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user