]> diplodocus.org Git - nmh/blobdiff - sbr/getarguments.c
Remove ./configure's --enable-debug support; it did nothing.
[nmh] / sbr / getarguments.c
index 0f8834b7bdacd0c9d2b3fd1117f8c02b25d2ab56..e1b863884d9a9db16120e9243b1673fb9f23aedb 100644 (file)
@@ -20,7 +20,7 @@ getarguments (char *invo_name, int argc, char **argv, int check_context)
      * Check if profile/context specifies any arguments
      */
     if (check_context && (cp = context_find (invo_name))) {
-       cp = getcpy (cp);               /* make copy    */
+       cp = mh_xstrdup(cp);            /* make copy    */
        ap = brkstring (cp, " ", "\n"); /* split string */
 
        /* Count number of arguments split */