[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Different number of arguments in Lua stack in set hook function in Lua 5..4 vs Lua 5.2
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 3 Aug 2021 17:15:06 -0300
> Can you please tell me how can I get the index of the returned value. I
> checked the value of fTransfer and nTransfer fields, and value of these
> fields are very large.
>
> top : 24
> Checking top element value : 255
> ftransfer index : 57552
> ntransfer index : 65535
Are you calling lua_getinfo with the appropriate 'what' argument
to fill these fields?
-- Roberto