From 7a3c6fe86ca55b4ef69b11443b87359b333bc20b Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sat, 13 Feb 2016 14:16:05 +0100 Subject: Replace strarray_length with g_strv_length --- src/core/ignore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ignore.c') diff --git a/src/core/ignore.c b/src/core/ignore.c index 8d5a27c2..2047dc9d 100644 --- a/src/core/ignore.c +++ b/src/core/ignore.c @@ -241,7 +241,7 @@ IGNORE_REC *ignore_find_full(const char *servertag, const char *mask, const char if (channels == NULL || rec->channels == NULL) continue; /* other doesn't have channels */ - if (strarray_length(channels) != strarray_length(rec->channels)) + if (g_strv_length(channels) != g_strv_length(rec->channels)) continue; /* different amount of channels */ /* check that channels match */ -- cgit v1.2.3