** Changed in: adchpp Status: New => Fix Released -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/1131570
Title: adchpp::Core *getCurrentCore in swig/lua.i is broken because it shouldn't use fixed indices Status in ADCH++: Fix Released Bug description: The function adchpp::Core *getCurrentCore is broken since it uses the static index 1 when calling lua_touserdata despite more elements may have been added to the stack (the index should instead be the output of lua_gettop(l) ). The reason why it had worked until now was because the swig wrapper didn't add extra elements but the function failed when called from functions with at least one argument because of that. This patch fixes this. To manage notifications about this bug go to: https://bugs.launchpad.net/adchpp/+bug/1131570/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp