X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount.c;h=e430cc9c2f789b497f1904ed6008d6ad3f4b1fb7;hb=7c9d772c992647fcba64a96800c146eb9f1647f8;hp=b8af367e832b6e66959628043ad74ce272632149;hpb=ab9211b7c751c7811f5eeb13384525cb5ed22762;p=collectd.git diff --git a/src/utils_mount.c b/src/utils_mount.c index b8af367e..e430cc9c 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -688,7 +688,7 @@ void cu_mount_freelist(cu_mount_t *list) { char *cu_mount_checkoption(char *line, const char *keyword, int full) { char *line2, *l2, *p1, *p2; - int l; + size_t l; if (line == NULL || keyword == NULL) { return NULL;