X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e491542da563673b49c6f6df9948ffaffbeed4fb..1fc7f8b3dfeaed655392eb0b30f841d54494a2a1:/sbr/seq_add.c diff --git a/sbr/seq_add.c b/sbr/seq_add.c index 47085f88..3dc74501 100644 --- a/sbr/seq_add.c +++ b/sbr/seq_add.c @@ -53,7 +53,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 +140,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; } }