Replace getcpy() and strdup() with mh_xstrdup()
[mmh] / uip / burst.c
index eb2fb7a..a68420a 100644 (file)
@@ -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;
                }