Fix a signedness comparison warning.

This commit is contained in:
JD Horelick 2010-03-17 03:42:40 -04:00
parent 473d0842db
commit b705a46f43
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ msg_channel(int p_or_n, const char *command,
{
int result;
char text2[BUFSIZE];
int contor;
size_t contor;
int caps = 0;
int len = 0;
struct membership *msptr = find_channel_membership(chptr, source_p);