THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#712 - dbus: add ARRAY as possible return value User who did this - Julien Danjou (jd) ---------- Ok, I can't fix the patch right now but you can try: I think the problem is here in patch #2: + lua_rawget(L, i + 1); + if(!a_dbus_convert_value(L, i, &subiter)) + return false; i is not valid for a_dbus_convert_value, it should be -2 (so it then check -2 as type and -1 for the value). ---------- More information can be found at the following URL: http://awesome.naquadah.org/bugs/index.php?do=details&task_id=712#comment1678 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
