X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=5e6494a201006f6212cc86d60a8c4d1068a614a6;hp=140c7d90092b812abeeee927e04a7d62c68b2596;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=b577e47e7c6c40e0968af4472ed9dc52e9b64f58 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); }