From 56bb45cfaf3c94da324cd78925e785d2e3655326 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Fri, 21 Oct 2005 07:25:19 +0000 Subject: [PATCH] We reserved two bits instead of one bit for the new skipped attribute. Fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7648 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playlist.c b/apps/playlist.c index 91eacb7c03..2646a27040 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -116,7 +116,7 @@ 0 = Track entry is valid 1 = Track does not exist on disk and should be skipped */ -#define PLAYLIST_SEEK_MASK 0x07FFFFFF +#define PLAYLIST_SEEK_MASK 0x0FFFFFFF #define PLAYLIST_INSERT_TYPE_MASK 0xC0000000 #define PLAYLIST_QUEUE_MASK 0x20000000