Fix a signedness comparison warning.

This commit is contained in:
Jilles Tjoelker 2010-03-16 19:13:09 +01:00
parent b705a46f43
commit cc7e9872be
1 changed files with 1 additions and 1 deletions

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,