fix - not being accepted for viewport font.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26699 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2a79aae16
commit
268c0644bf
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ const char* parse_list(const char *fmt, uint32_t *set_vals,
|
|||
{
|
||||
if (!set_vals || *p != '-')
|
||||
goto err;
|
||||
while (*p && *p != sep)
|
||||
while (*p && (*p != sep && *p != ')'))
|
||||
p++;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue