tidying
[exim.git] / src / src / readconf.c
index 6f97dad69c27f005cc03a25c943a844e5aa3a1e2..8dd5915e413710f271f60491bcf96a6f72c784fe 100644 (file)
@@ -4299,7 +4299,7 @@ for (i = config_lines; i; i = i->next)
     }
 
   /* router/acl/transport block names */
     }
 
   /* router/acl/transport block names */
-  else if (current[strlen(current)-1] == ':' && !Ustrchr(current, '='))
+  else if (current[Ustrlen(current)-1] == ':' && !Ustrchr(current, '='))
     {
     printf("%*s%s\n", TS, "", current);
     indent = 2 * TS;
     {
     printf("%*s%s\n", TS, "", current);
     indent = 2 * TS;
@@ -4312,7 +4312,7 @@ for (i = config_lines; i; i = i->next)
             )
          )
     {
             )
          )
     {
-    if (p = Ustrchr(current, '='))
+    if ((p = Ustrchr(current, '=')))
       {
       *p = '\0';
       printf("%*s%s = %s\n", indent, "", current, hidden);
       {
       *p = '\0';
       printf("%*s%s = %s\n", indent, "", current, hidden);