From a50c2b149497c3213e0d52c5572a70008de13cb6 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Wed, 22 Aug 2007 16:33:34 +0000 Subject: Apply fix from FS#6341, with some changes by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14430 a1c6a512-1295-4272-9138-f99709370657 --- apps/bookmark.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index fa1bd4751d..b2c2713716 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -1014,9 +1014,8 @@ bool bookmark_exist(void) static bool system_check(void) { int resume_index = 0; - struct mp3entry *id3 = audio_current_track(); - if (!id3) + if (!(audio_status() && audio_current_track())) { /* no track playing */ return false; -- cgit v1.2.3