lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>   if (lua_pcall(L, 2, 1, 0) != 0)

Use 3 insted of 2.