mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
tests: add tests on filter functions
This commit is contained in:
@@ -251,6 +251,9 @@ gui_filter_search_by_name (const char *name)
|
||||
{
|
||||
struct t_gui_filter *ptr_filter;
|
||||
|
||||
if (!name)
|
||||
return NULL;
|
||||
|
||||
for (ptr_filter = gui_filters; ptr_filter;
|
||||
ptr_filter = ptr_filter->next_filter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user