make %t work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1956c72b62
commit
4a9398e3fc
1 changed files with 2 additions and 0 deletions
|
@ -1156,6 +1156,8 @@ static int parse_timeout(const char *wps_bufptr,
|
|||
(void)wps_data; /* Kill the warning */
|
||||
if (*wps_bufptr == '(')
|
||||
{
|
||||
wps_bufptr++;
|
||||
skip++;
|
||||
while ( isdigit(*wps_bufptr) || *wps_bufptr == '.' )
|
||||
{
|
||||
if (*wps_bufptr != '.')
|
||||
|
|
Loading…
Reference in a new issue