moreproc will always be set in config/config.c, thus eliminated the ISTTY case.
[mmh] / uip / folder.c
index ae7bac5..b1398e4 100644 (file)
@@ -564,7 +564,7 @@ print_folders(void)
                        }
 
                        /* Add `+' to end of name, if folder is current */
-                       if (strcmp(folder, fi[i].name))
+                       if (strcmp(folder, fi[i].name)!=0)
                                snprintf(tmpname, sizeof(tmpname), "%s",
                                                fi[i].name);
                        else