mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
scripts: fix issue with long interval in function hook_timer
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
This commit is contained in:
@@ -2361,7 +2361,8 @@ weechat_lua_api_hook_timer_cb (const void *pointer, void *data,
|
||||
|
||||
API_FUNC(hook_timer)
|
||||
{
|
||||
int interval, align_second, max_calls;
|
||||
long interval;
|
||||
int align_second, max_calls;
|
||||
const char *function, *data;
|
||||
const char *result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user