forked from len0rd/rockbox
fix %Vi again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26695 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34dc14d865
commit
360ed994a3
1 changed files with 5 additions and 1 deletions
|
|
@ -290,8 +290,12 @@ int parse_tag(FILE* out, const char* start, bool in_conditional)
|
|||
(start[1] >= 'A' && start[1] <= 'Z'))
|
||||
{
|
||||
read = 1+dump_arg(out, start+1, 1, false);
|
||||
PUTCH(out, ',');
|
||||
}
|
||||
else
|
||||
{
|
||||
PUTCH(out, '-');
|
||||
}
|
||||
PUTCH(out, ',');
|
||||
len += read + dump_viewport_tags(out, start+read);
|
||||
}
|
||||
else if (MATCH("Vl") || MATCH("Vi"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue