]> git.marmaro.de Git - mmh/blobdiff - uip/inc.c
bug #15212: remove configure test for broken AT&T vi. This test was broken
[mmh] / uip / inc.c
index 0731a1571227d224ecae6036a2b5c56e422471bf..a2ecb4406c987053ee428a4f600d702cf88ff0d9 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -29,6 +29,7 @@
 #endif
 
 #include <h/mh.h>
+#include <h/utils.h>
 #include <fcntl.h>
 
 #ifdef POP
@@ -456,7 +457,7 @@ main (int argc, char **argv)
            if (folder)
                adios (NULL, "only one folder at a time!");
            else
-               folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF);
+               folder = pluspath (cp);
        } else {
            adios (NULL, "usage: %s [+folder] [switches]", invo_name);
        }