1
0
Fork 0
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:
Jonathan Gordon 2010-06-07 12:40:59 +00:00
parent 642beb0ad4
commit bb417260b2

View file

@ -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;