X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=05f8bf88c78aad6ad439fecc04eac7b04aefaff9;hp=4334efe5ed7e2bf684e21b17e6536838ecac92b5;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=b577e47e7c6c40e0968af4472ed9dc52e9b64f58 diff --git a/uip/scan.c b/uip/scan.c index 4334efe..05f8bf8 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -155,7 +155,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 app_msgarg(&msgs, cp); }