From cc7e9872be6a23148089c729fcc75e12034abbb6 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 16 Mar 2010 19:13:09 +0100 Subject: [PATCH] Fix a signedness comparison warning. --- modules/m_cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_cap.c b/modules/m_cap.c index 94aebac..6e06ef7 100644 --- a/modules/m_cap.c +++ b/modules/m_cap.c @@ -174,7 +174,7 @@ clicap_generate(struct Client *source_p, const char *subcmd, int flags, int clea char *p; int buflen = 0; int curlen, mlen; - int i; + size_t i; mlen = rb_sprintf(buf, ":%s CAP %s %s", me.name,