X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=05f8bf88c78aad6ad439fecc04eac7b04aefaff9;hb=045101c0a79f43fe566422622f154d5cc0141d8a;hp=4334efe5ed7e2bf684e21b17e6536838ecac92b5;hpb=174d375bb4b9bcaa0c3f28c422216f68703494a8;p=mmh 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); }