fix FS#11542 - %t() not working
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
792ccc164c
commit
a71db516f2
1 changed files with 2 additions and 0 deletions
|
@ -528,6 +528,8 @@ static int parse_timeout_tag(struct skin_element *element,
|
|||
else
|
||||
val = element->params[0].data.number;
|
||||
token->value.i = val * TIMEOUT_UNIT;
|
||||
if (token->type == SKIN_TOKEN_SUBLINE_TIMEOUT)
|
||||
curr_line->timeout = token->value.i;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue