X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=a68420a129b7f1d6b911ffea870ae2d9bc3ca006;hp=eb2fb7a784eb5f5174f2029a3a505e86f2aded77;hb=9cf6132a6ea29968131a000bc2fb6860affac45e;hpb=d4c34b4439a9dbd89664de460ed37ecddc260fb1 diff --git a/uip/burst.c b/uip/burst.c index eb2fb7a..a68420a 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -88,7 +88,7 @@ main(int argc, char **argv) if (folder) adios(EX_USAGE, NULL, "only one folder at a time!"); else - folder = getcpy(expandfol(cp)); + folder = mh_xstrdup(expandfol(cp)); } else { msgs[msgp++] = cp; }