Corrected some minor differences between SVN and local development tree

This commit is contained in:
2012-01-23 10:27:13 +00:00
parent e0d7eb4820
commit 3ea4892040
7 changed files with 8 additions and 11 deletions

View File

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