From e7db6f962a6197c3f1f16e805fda1156fc605cb6 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 28 Jun 2009 15:04:49 +0000 Subject: Fix typo & red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21543 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/liolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/lua/liolib.c b/apps/plugins/lua/liolib.c index 2ea52b854b..76c758e363 100644 --- a/apps/plugins/lua/liolib.c +++ b/apps/plugins/lua/liolib.c @@ -259,7 +259,7 @@ static int read_number (lua_State *L, int *f) { if(i == 0) return 0; else { rb->lseek(*f, i-10, SEEK_CUR); - d = atoi(buf); + d = rb->atoi(buf); lua_pushnumber(L, d); return 1; } -- cgit v1.2.3