]> diplodocus.org Git - nmh/blobdiff - uip/refile.c
msgchk.c: Rewrite checkmail(), removing need for macros.
[nmh] / uip / refile.c
index be1294fe0c35c1e8d12c3fa32d622ac778a69695..3035f2c652787b9f9ced397dbec8ab9b1820096d 100644 (file)
@@ -135,7 +135,7 @@ main (int argc, char **argv)
                if (filep > NFOLDERS)
                    adios (NULL, "only %d files allowed!", NFOLDERS);
                isdf = 0;
-               files[filep++] = getcpy (m_draft (NULL, NULL, 1, &isdf));
+               files[filep++] = mh_xstrdup(m_draft(NULL, NULL, 1, &isdf));
                continue;
            case FILESW:
                if (filep > NFOLDERS)