diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -366,7 +366,7 @@ LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { | |||
| 366 | } | 366 | } |
| 367 | 367 | ||
| 368 | 368 | ||
| 369 | LUA_API unsigned (lua_numbertocstring) (lua_State *L, int idx, char *buff) { | 369 | LUA_API unsigned lua_numbertocstring (lua_State *L, int idx, char *buff) { |
| 370 | const TValue *o = index2value(L, idx); | 370 | const TValue *o = index2value(L, idx); |
| 371 | if (ttisnumber(o)) { | 371 | if (ttisnumber(o)) { |
| 372 | unsigned len = luaO_tostringbuff(o, buff); | 372 | unsigned len = luaO_tostringbuff(o, buff); |
