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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user