Fix a signedness comparison warning.

This commit is contained in:
Jilles Tjoelker 2010-03-16 19:13:09 +01:00
parent 1702b69419
commit 34e02db66b

View file

@ -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,