mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 23:05:43 +02:00
api: add parameters pointers, extra_vars and options in function hdata_search
This commit is contained in:
@@ -198,7 +198,7 @@ TEST(Scripts, API)
|
||||
snprintf (str_condition, sizeof (str_condition),
|
||||
"${plugin.name} == %s",
|
||||
languages[i][0]);
|
||||
if (!hdata_search (hdata, plugins, str_condition, 1))
|
||||
if (!hdata_search (hdata, plugins, str_condition, NULL, NULL, NULL, 1))
|
||||
continue;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user