X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=dc627247351f47bba65f10b2f9591b7381bf8749;hp=08891f53016830e4ac1d54238cec009f48bc0771;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=b577e47e7c6c40e0968af4472ed9dc52e9b64f58 diff --git a/uip/mhstore.c b/uip/mhstore.c index 08891f5..dc62724 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -229,7 +229,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); }