mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
core: add missing initialization of variable in function weelist_casesearch_pos
This commit is contained in:
@@ -244,6 +244,7 @@ weelist_casesearch_pos (struct t_weelist *weelist, const char *data)
|
||||
if (!weelist || !data)
|
||||
return -1;
|
||||
|
||||
i = 0;
|
||||
for (ptr_item = weelist->items; ptr_item;
|
||||
ptr_item = ptr_item->next_item)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user