Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / ircd / chkconf.c
index 7d0fdb0a89b7eccbbdcc45f449ab442075578c95..db8391fa1fff1e96fa7f579dec290595a6a62c82 100644 (file)
@@ -205,7 +205,7 @@ static struct ConfItem *chk_initconf(void)
         if (!*(tmp + 1))
           break;
         else
-          for (s = tmp; (*s = *++s);)
+          for (s = tmp; *s; *s = *++s)
             ;
         tmp++;
       }