1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
2002-02-08 20:41:50 -02:00
parent d3651c1d88
commit cbfc581990
+1 -1
View File
@@ -387,7 +387,7 @@ static int doonnewstack (lua_State *L) {
static int s2d (lua_State *L) {
lua_pushnumber(L, *cast(double *, luaL_check_string(L, 1)));
lua_pushnumber(L, *cast(const double *, luaL_check_string(L, 1)));
return 1;
}