1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-13 15:17:43 +00:00

cue_parser: add missing toc.end

This commit is contained in:
Gyorgy Szombathelyi 2021-06-04 21:08:14 +02:00
parent 0bd3bac230
commit f65a365841

View File

@ -286,6 +286,7 @@ char cue_parse(const char *filename, IDXFile *image)
toc.last = 0;
} else {
toc.last = track;
toc.end = toc.tracks[track-1].end;
}
iprintf("Tracks in the CUE file %s : %d\n", filename, toc.last);