1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

lua: fix crash on calls to callbacks during load of script

This commit is contained in:
Sebastien Helleu
2013-10-24 14:21:18 +02:00
parent 08015304bd
commit 5a333b788d
4 changed files with 45 additions and 50 deletions
-1
View File
@@ -51,7 +51,6 @@ extern struct t_hashtable *weechat_lua_tohashtable (lua_State *interpreter,
const char *type_keys,
const char *type_values);
extern void *weechat_lua_exec (struct t_plugin_script *script,
lua_State *interpreter,
int ret_type,
const char *function,
const char *format, void **argv);