mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c794c1feae
commit
26a2f810f1
5 changed files with 75 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
|
|||
cursor++;
|
||||
if (*cursor)
|
||||
cursor++;
|
||||
skin_line++;
|
||||
*document = cursor;
|
||||
return 1;
|
||||
}
|
||||
|
|
@ -628,6 +629,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
|
|||
cursor++;
|
||||
if (*cursor)
|
||||
cursor++;
|
||||
skin_line++;
|
||||
}
|
||||
|
||||
*document = cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue