[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaClassBasedCall 1.0
- From: Patrick Rapin <toupie300@...>
- Date: Sun, 24 Apr 2011 18:31:58 +0200
> I found small bug, in lgencall.hpp.
> --- output.Get(L, -1);
> +++ output.Get(L, idx+1);
Thank you for the bug report.
The same issue was in functions Output::GetArray and Output::GetCArray.
For your record, I have not corrected it the way you suggested :-),
but like this:
+++ output.Get(L, lua_gettop(L));