[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Calling a member function from C
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 18 Aug 2006 08:51:17 -0300
> if (lua_pcall(L, 2, 1, 0) != 0)
Use 3 insted of 2.