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
This commit is contained in:
parent
c52f7f1b5e
commit
56bb45cfaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue