CDImage: Only add implicit two seconds pregap for track 1
This commit is contained in:
@ -155,7 +155,7 @@ const CDImage::Index* CDImage::GetIndexForDiscPosition(LBA pos)
|
||||
continue;
|
||||
|
||||
const LBA index_offset = pos - index.start_lba_on_disc;
|
||||
if (pos >= index.length)
|
||||
if (index_offset >= index.length)
|
||||
continue;
|
||||
|
||||
return &index;
|
||||
|
||||
Reference in New Issue
Block a user