From d8ac6074184ffc21c4da8c594df72ee42aa23df2 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 2 Aug 2006 17:39:34 +0000 Subject: Tagcache: Fixed runtime stats not being gathered when tagcache is kept on disk. Initial attempt to make tagcache thread safe. Replaced a few direct buffer allocations with buffer_alloc from tagcache and dircache where possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10415 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 53058b3bc9..4558da72fe 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -850,7 +850,7 @@ int onplay(char* file, int attr, int from) if (context == CONTEXT_WPS || context == CONTEXT_TREE || - (context == CONTEXT_ID3DB)) + context == CONTEXT_ID3DB) { items[i].desc = ID2P(LANG_PLAYLIST); items[i].function = playlist_options; -- cgit v1.2.3