Fix red?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
02fd314a0b
commit
a47982eb60
1 changed files with 1 additions and 1 deletions
|
@ -2172,7 +2172,7 @@ struct mp3entry* audio_current_track(void)
|
|||
checked_for_cuesheet = true; /* only check once per track */
|
||||
struct cuesheet_file cue_file;
|
||||
|
||||
if (look_for_cuesheet_file(id3, &cue_file)) &&
|
||||
if (look_for_cuesheet_file(id3, &cue_file) &&
|
||||
parse_cuesheet(&cue_file, curr_cuesheet))
|
||||
{
|
||||
id3->cuesheet = curr_cuesheet;
|
||||
|
|
Loading…
Reference in a new issue