Fixed some red builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-03-26 17:07:00 +00:00
parent b7251261de
commit e859e16420

View file

@ -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)