X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e491542da563673b49c6f6df9948ffaffbeed4fb..efb2c94fbc4861fc81307cd5d0ce22eb16e6de26:/sbr/seq_add.c?ds=sidebyside diff --git a/sbr/seq_add.c b/sbr/seq_add.c index 47085f88..eb51e927 100644 --- a/sbr/seq_add.c +++ b/sbr/seq_add.c @@ -1,6 +1,4 @@ - -/* - * seq_add.c -- add message(s) to a sequence +/* seq_add.c -- add message(s) to a sequence * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -53,7 +51,7 @@ seq_addsel (struct msgs *mp, char *cp, int public, int zero) */ if (new_seq) { if (!(svector_push_back (mp->msgattrs, strdup (cp)))) { - advise (NULL, "strdup failed"); + inform("strdup failed"); return 0; } } @@ -140,7 +138,7 @@ seq_addmsg (struct msgs *mp, char *cp, int msgnum, int public, int zero) */ if (new_seq) { if (!(svector_push_back (mp->msgattrs, strdup (cp)))) { - advise (NULL, "strdup failed"); + inform("strdup failed"); return 0; } }