forked from len0rd/rockbox
Fix typo & red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f082f5f23
commit
e7db6f962a
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static int read_number (lua_State *L, int *f) {
|
||||||
if(i == 0) return 0;
|
if(i == 0) return 0;
|
||||||
else {
|
else {
|
||||||
rb->lseek(*f, i-10, SEEK_CUR);
|
rb->lseek(*f, i-10, SEEK_CUR);
|
||||||
d = atoi(buf);
|
d = rb->atoi(buf);
|
||||||
lua_pushnumber(L, d);
|
lua_pushnumber(L, d);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue