X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmark.c;h=1e57d1cc8693696c1c134b5ccfe3a15edeef2d34;hp=a6ac480e524ef9730f30282f7b1a0a6063cbb17b;hb=9cf6132a6ea29968131a000bc2fb6860affac45e;hpb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c diff --git a/uip/mark.c b/uip/mark.c index a6ac480..1e57d1c 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -137,7 +137,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 { app_msgarg(&msgs, cp);