Corrected some minor differences between SVN and local development tree
This commit is contained in:
@ -610,11 +610,6 @@ struct cue_sheet *burn_create_toc_entries(struct burn_write_opts *o,
|
||||
*/
|
||||
track_length = burn_track_get_sectors_2(tar[i], 1);
|
||||
if (track_length < 300 && !burn_track_is_open_ended(tar[i])) {
|
||||
|
||||
|
||||
/* >>> ??? Does this work properly with burn_offst_source ? */;
|
||||
|
||||
|
||||
track_length = 300;
|
||||
if (!tar[i]->pad)
|
||||
tar[i]->pad = 1;
|
||||
|
Reference in New Issue
Block a user