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:
parent
0bd3bac230
commit
f65a365841
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user