Browse Source

details.

v5-2
Roberto Ierusalimschy 23 years ago
parent
commit
cbfc581990
  1. 2
      ltests.c

2
ltests.c

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

Loading…
Cancel
Save