]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-info.c
-Whitespace Damage; Client_OperCount(), Client_UnknownCount(), Client_MyServerCount...
[ngircd-alex.git] / src / ngircd / irc-info.c
index ac9e9d805ae790700f45a85931775804c53b3476..f24065a7c1a51acc266af3975fcc01704a976e22 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-info.c,v 1.36 2006/10/06 21:32:58 fw Exp $";
+static char UNUSED id[] = "$Id: irc-info.c,v 1.37 2006/10/07 10:40:52 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -833,9 +833,9 @@ IRC_WHOWAS( CLIENT *Client, REQUEST *Req )
 GLOBAL bool
 IRC_Send_LUSERS( CLIENT *Client )
 {
-       long cnt;
+       unsigned long cnt;
 #ifndef STRICT_RFC
-       long max;
+       unsigned long max;
 #endif
 
        assert( Client != NULL );