Obtaining more accurate track sizes for CD with pre-gap

This commit is contained in:
2012-01-11 12:25:06 +00:00
parent 5cd7b09d5c
commit 66eba145d3
5 changed files with 39 additions and 5 deletions

View File

@ -1587,7 +1587,7 @@ static int mmc_read_toc_al(struct burn_drive *d, int *alloc_len)
}
/* A80808 */
burn_disc_cd_toc_extensions(d->disc, 0);
burn_disc_cd_toc_extensions(d, 0);
ret = 1;
ex:;