1
0
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:
Sebastien Helleu
2011-12-04 09:06:46 +01:00
parent 0765f113d0
commit aa79dedbb1
+1
View File
@@ -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)
{