mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
MACOSX: Add comment about track ID search loop.
This commit is contained in:
parent
7725e00e9a
commit
afe8ea139c
@ -279,6 +279,7 @@ bool MacOSXAudioCDManager::findTrackNames(const Common::String &drivePath) {
|
||||
if (fileName.hasSuffix(".aiff") || fileName.hasSuffix(".cdda")) {
|
||||
uint j = 0;
|
||||
|
||||
// Search for the track ID in the file name.
|
||||
for (; j < fileName.size() && !Common::isDigit(fileName[j]); j++)
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user