]> git.marmaro.de Git - mmh/blobdiff - uip/inc.c
Application of patch #5218: patch for bug #9742. Fixes a typo in the
[mmh] / uip / inc.c
index aee194aa39c6ab3539e8d3afe60494ddf2bdb696..a2ecb4406c987053ee428a4f600d702cf88ff0d9 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -457,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);
        }