X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=a2ecb4406c987053ee428a4f600d702cf88ff0d9;hb=10c91f6e846d9ec279218280b4258badffd984e8;hp=aee194aa39c6ab3539e8d3afe60494ddf2bdb696;hpb=8c1b8e55ba6269af3f6be282eeb7b5a19516315f;p=mmh diff --git a/uip/inc.c b/uip/inc.c index aee194a..a2ecb44 100644 --- 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); }