]> jfr.im git - solanum.git/blobdiff - modules/m_map.c
More cleanup
[solanum.git] / modules / m_map.c
index 8675fed8e4918f20eae0939bb8df1ef1bc4cd6ec..6ba05e1fa5df20c905bab9311007d635c021f776 100644 (file)
@@ -157,7 +157,7 @@ flattened_map(struct Client *client_p)
        rb_dlink_node *ptr;
        struct Client *target_p;
        int i, len;
-       int cnt = 0;
+       unsigned long cnt = 0;
 
        /* First display me as the root */
        rb_strlcpy(buf, me.name, BUFSIZE);