Corrected CD TAO bug introduced with DVD bug fix 724 and CD SAO change 655
This commit is contained in:
parent
49c659cc17
commit
8c2e145472
@ -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.
|
||||||
*/
|
*/
|
||||||
track_length = burn_track_get_sectors(tar[i]);
|
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;
|
track_length = 300;
|
||||||
if (!tar[i]->pad)
|
if (!tar[i]->pad)
|
||||||
tar[i]->pad = 1;
|
tar[i]->pad = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user