summaryrefslogtreecommitdiff
path: root/src/core/cs_xop.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-20 03:35:16 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-20 03:35:16 +0000
commit04c8b28ae7f47670cd20950b670a65c8c38ac11f (patch)
tree88760a369a63c3ad433ef0ec4a4a82735bed4634 /src/core/cs_xop.c
parentb62f8b67f56412d7ef5d081763313c0d3ee957d6 (diff)
Removed some signed/unsigned comparison warnings.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1766 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_xop.c')
-rw-r--r--src/core/cs_xop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_xop.c b/src/core/cs_xop.c
index bc724913f..a757f7968 100644
--- a/src/core/cs_xop.c
+++ b/src/core/cs_xop.c
@@ -234,7 +234,7 @@ int do_xop(User * u, const char *xname, int xlev, int *xmsgs)
NickAlias *na;
NickCore *nc;
- int i;
+ unsigned i;
int change = 0;
short ulev;
int is_list = (cmd && stricmp(cmd, "LIST") == 0);