X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhtest.c;h=5e6494a201006f6212cc86d60a8c4d1068a614a6;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hp=140c7d90092b812abeeee927e04a7d62c68b2596;hpb=174d375bb4b9bcaa0c3f28c422216f68703494a8;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index 140c7d9..5e6494a 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -230,7 +230,7 @@ do_cache: 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); }