Corrected CD TAO bug introduced with DVD bug fix 724 and CD SAO change 655
This commit is contained in:
parent
d272450a70
commit
ca69e3f2ca
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.02.15.203448"
|
||||
#define Cdrskin_timestamP "2007.02.16.111941"
|
||||
|
@ -461,7 +461,7 @@ struct cue_sheet *burn_create_toc_entries(struct burn_write_opts *o,
|
||||
track length.
|
||||
*/
|
||||
track_length = burn_track_get_sectors(tar[i]);
|
||||
if (track_length < 300) {
|
||||
if (track_length < 300 && !burn_track_is_open_ended(tar[i])) {
|
||||
track_length = 300;
|
||||
if (!tar[i]->pad)
|
||||
tar[i]->pad = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user