Fix a signedness comparison warning.
This commit is contained in:
parent
1702b69419
commit
34e02db66b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue