X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..9322ba2854211794c27fae9468768b80b767c211:/sbr/seq_setprev.c diff --git a/sbr/seq_setprev.c b/sbr/seq_setprev.c index fdffa952..d336e2a9 100644 --- a/sbr/seq_setprev.c +++ b/sbr/seq_setprev.c @@ -2,14 +2,13 @@ /* * seq_setprev.c -- set the Previous-Sequence * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ #include +#include /* * Add all the messages currently SELECTED to @@ -29,7 +28,7 @@ seq_setprev (struct msgs *mp) * and split them. */ if ((cp = context_find (psequence))) { - dp = getcpy (cp); + dp = mh_xstrdup(cp); if (!(ap = brkstring (dp, " ", "\n")) || !*ap) { free (dp); return;