Fixed some red builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b7251261de
commit
e859e16420
1 changed files with 2 additions and 0 deletions
|
@ -2133,8 +2133,10 @@ struct mp3entry* audio_current_track(void)
|
|||
if (!filename)
|
||||
filename = "No file!";
|
||||
|
||||
#ifdef HAVE_TC_RAMCACHE
|
||||
if (tagcache_fill_tags(&temp_id3, filename))
|
||||
return &temp_id3;
|
||||
#endif
|
||||
|
||||
p = strrchr(filename, '/');
|
||||
if (!p)
|
||||
|
|
Loading…
Reference in a new issue