X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=319918bb35f6ed3670412ee4b5e1a4fc4753cb5c;hb=56a805299de35d8924969138aef4d0f1580daa6d;hp=908de0df8110bbdc53c2426af031e4af7d161aa8;hpb=a259594cc41e41bfbb90562d3977b8194d1446f5;p=mmh diff --git a/uip/burst.c b/uip/burst.c index 908de0d..319918b 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -111,7 +111,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 { msgs[msgp++] = cp; }