mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-02 07:45:43 -04:00
CDImage: Fix file reading from >1 sequential sector
This commit is contained in:
parent
e540ab7038
commit
13b0946efd
@ -197,10 +197,6 @@ u32 CDImage::Read(ReadMode read_mode, u32 sector_count, void* buffer)
|
||||
UnreachableCode();
|
||||
break;
|
||||
}
|
||||
|
||||
m_position_on_disc++;
|
||||
m_position_in_index++;
|
||||
m_position_in_track++;
|
||||
}
|
||||
|
||||
return sectors_read;
|
||||
|
Loading…
x
Reference in New Issue
Block a user