summaryrefslogtreecommitdiff
path: root/ubusd_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'ubusd_event.c')
-rw-r--r--ubusd_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubusd_event.c b/ubusd_event.c
index 712e704..d36bcb7 100644
--- a/ubusd_event.c
+++ b/ubusd_event.c
@@ -167,7 +167,7 @@ int ubusd_send_event(struct ubus_client *cl, const char *id,
if (!ev->partial)
continue;
- if (match_len != strlen(key))
+ if (match_len != (int) strlen(key))
continue;
}