Fix spelling and encoding errors in manpages and an error message
[mmh] / sbr / seq_setprev.c
index aecbea6..f4304cc 100644 (file)
@@ -27,7 +27,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) {
                        mh_free0(&dp);
                        return;