]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
made a few config options unsigned.
[ngircd-alex.git] / src / ngircd / conf.c
index d422b468cc7ae21e2f641e73a1902c02830c2f6b..ca361186d44ae4994c29d70289910b096a42c390 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.78 2005/07/07 18:46:46 fw Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.79 2005/07/11 14:11:35 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -97,7 +97,7 @@ Conf_Test( void )
 
        struct passwd *pwd;
        struct group *grp;
-       int i;
+       unsigned int i;
 
        Use_Log = false;
        Set_Defaults( true );