X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdist.c;h=d8c261da4c9dbf78d22ff9db200f988322695fbc;hp=70e515eb611d31aa7e27240cca6fa8ec4cb98c85;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=b577e47e7c6c40e0968af4472ed9dc52e9b64f58 diff --git a/uip/dist.c b/uip/dist.c index 70e515e..d8c261d 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -180,7 +180,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 { if (msg) adios (NULL, "only one message at a time!");