Created pluspath function to check for '+' prefix and change flag for
[mmh] / uip / rcvstore.c
index 7b15491..4e14afb 100644 (file)
@@ -134,7 +134,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);
        }