forked from len0rd/rockbox
this probably fixes FS#11373
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
642beb0ad4
commit
bb417260b2
1 changed files with 1 additions and 0 deletions
|
|
@ -1208,6 +1208,7 @@ static int parse_timeout(const char *wps_bufptr,
|
||||||
}
|
}
|
||||||
if (*wps_bufptr != ')')
|
if (*wps_bufptr != ')')
|
||||||
return -1;
|
return -1;
|
||||||
|
skip++;
|
||||||
}
|
}
|
||||||
if (have_tenth == false)
|
if (have_tenth == false)
|
||||||
val *= 10;
|
val *= 10;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue